Release Candidate 2
Overview
pyDC 0.7 is finally becoming ready for release. This page contains links to various type of packages still requiring testing.
Binary release
Thanks to the cx_Freeze software I've been able to pack into a single archive all the files and libraries needed to run pyDC; that even includes the Python interpreter. Installation is simple: extract the archive contents into a directory you like, then to run the pydc executable.
Unfortunately I can't produce a version for Mac, since I don't own one: if anyone can help here, please let me know.
Source release
For whose running unsupported platforms or simply willing to take a look at the code, here is the source release. The installation steps are the following:
- download and install wxPython;
- download and install SWIG;
- download pyDC source pack (Linux, Windows) and expand it;
- cd into the pyDClib/he3 directory and run make;
- run pydc.py
Bugs
This release candidate is meant to expose yet unknown bugs pyDC may have. If you find something, please take the time to mail me a report, including as much informations as possible (your operating system version, what where you doing when the problem appeared, if present the stack trace the Python interpreter produced).
Changelog
15/3/2004: initial release.