PythonSDK for Windows
The Conceptive PythonSDK is a Python distribution aimed at development and deployment of desktop applications. It includes recent builds of :
Affordable Windows installers can be purchased from the shop, pricing is per installer. Each installer can be used on all computers of the purchaser.
- GUI toolkits such as Qt and PyQt
- Database drivers
- Crypto and SSL modules
- Camelot
Affordable Windows installers can be purchased from the shop, pricing is per installer. Each installer can be used on all computers of the purchaser.
Advantages
- A single installer that can install in end user mode or in developer mode. The end user mode completely hides the installation of Python from the user.
- IPython and the Spyder IDE in the start menu, start developing right away when installed in developer mode.
- Recent builds of all needed packages, build with the same compiler, and optimized for speed.
- Direct access to all Python packages through the Python Package Index.
Packages
The Conceptive PythonSDK tries to include all the binary packages needed for building and deploying desktop applications. It has setuptools pre-installed to make it easy to install any package available through the Python Package Index.
At installation, these packages will be available :
- Python-2.7.1
- zlib-1.2.5
- libpng-1.4.5
- openssl-1.0.0a
- sqlite-3.7.3
- mysql-connector-c-6.0.2
- setuptools-0.6c11
- pip
- qt-everywhere-opensource-src-4.7.1
- sip-4.12.1
- PyQt-x11-gpl-4.8.3
- numpy-1.5.0
- freetype-2.4.3
- matplotlib-1.0.0
- MarkupSafe-0.11
- libxml2 (with command line tools such as xmllint)
- Jinja2-2.5.5 (with binary extensions for speedup)
- chardet-1.0.1
- xlwt-0.7.2
- xlrd-0.7.1
- egenix-mx-base-3.1.3
- psycopg2-2.2.2
- psycopg1
- nose-0.11.4
- SQLAlchemy-0.6.6 (with binary extensions for speedup)
- Elixir-0.7.1
- sqlalchemy-migrate-0.6
- Sphinx-1.0.4
- pycrypto-2.3
- Camelot
- Imaging-1.1.7 (PIL)
- boto-2.0b3
- pyreadline-1.6.1
- pyflakes-0.4.0
- rope-0.9.3
- pylint-0.22.0
- spyder-2.0.12
- ipython-0.10.1
- CloudLaunch-0.0.2-py2.7
- MySQL-python-1.2.3
- VTK
- python-win32 packages
- py2exe
- winpaths
- pyodbc
- virtualenv
Installation
Download the executable installer and run it on the target machine. Choose at installation time if menu entries
should be provided.
Since the installer will not modify any environment variables or registry settings (in order not to mangle different Python installations), it might be needed to add it to your path before starting Python :
set PATH=C:\Program Files\PythonSDK\
to run python :
"C:\Program Files\PythonSDK\python.exe"
should be provided.
Since the installer will not modify any environment variables or registry settings (in order not to mangle different Python installations), it might be needed to add it to your path before starting Python :
set PATH=C:\Program Files\PythonSDK\
to run python :
"C:\Program Files\PythonSDK\python.exe"
Open Source
If you would like to get a copy of the Conceptive PythonSDK for developing an Open Source project, fill in the form below.