PyDS Installation on Win32 PlatformsThe basic process is very similar to the PyDS standard install. The primary differance is obtaining and installing pre-compiled binaries for certain pre-requisites of PyDS. Note: I have not tried to install Pyrex, as it is an optional module at this time. The version of the Python Imaging Library used must match the version of Python you install. Since PIL development lags Python releases, you should investigate the versions supported by PIL before selecting a Python release. PythonThe first step is to obtain and install a Python binary. There are two choices, I used the latest stable version from the Python Homepage. Follow the directions on that site for installation. Python Imaging Library
The Python Imaging Library, often refered to as PIL, but with an actual module name of Obtain the installer matching your Python version from the downloads section of the PIL Product page. Install following instructions on that site. Metakit
For Metakit, you need both the source package and the pre-compiled binary. The binary may be found in the mk-{version}-windows directory at Metakit Download area. The file you need is called
Place the DLL in the
You also need the interface file from the source distribution. Unpackage the source code into a temporary directory, and then copy the file Remaining ModulesObtain and install the rest of the python modules following the PyDS standard install instructions. Note: you do not need to install the PyXML module, as that is included with the binary distribution. Shutting down PyDSDue to lack of support in Python for some of the cross os module functions on Win32 platforms, a different technique must be used to shut down PyDS on Win32 platforms at this time (PyDS version 0.4.16).
Failure to follow this procedure will not allow PyDS to properly close your connection to the "cloud", and may lead to file corruption. (I've not experienced any file corruption, but the posibility does exist.) last change 2003-03-07 20:44:48 |
A rough description of how to get PyDS running on Windows without compiling C code. This procedure has been used successfully on Win98 and Win2K. |
© 2003, Hal Wine