Windows

Python on Windows

Install python 2.7.13.

To allow for developing both 32 bit and 64 bit ceda applications install the x86 version of python to the folder c:/Python27x86 and the x64 version of python to the folder c:/Python27x64.

Add the following to the system environment PATH variable

C:\Python27x64\Scripts is needed to allow pip to be used to install python packages

In a terminal type the following


pip install pymssql

Build the wxPython workspace for Release x64. Copy the dlls from C:\developer\build_all\lib\x64\Release to C:\ceda\pyceda_package\pyceda\lib\windows.

Run a terminal from C:\ceda\pyceda_package