Spec-Zone .ru
спецификации, руководства, описания, API
|
Connector/Python runs on any platform where Python is installed. Python comes preinstalled on almost any Linux
distribution or Unix-like system such as Mac OS X and FreeBSD. On Microsoft Windows systems, you can install
Python using the installer found on the
Connector/Python is a pure Python implementation of the MySQL Client/Server protocol, meaning it does not
require any other MySQL client libraries or other components. It also has no third-party dependencies. If you
need SSL support, verify that your Python installation has been compiled using the
Installation of Connector/Python is similar on every platform and follows the standard
Python terminology regarding distributions:
Source Distribution is a distribution that contains only source files and is generally platform independent.
Built Distribution can be regarded as a binary package. It contains both sources and platform-independent bytecode.