Martijn Faassen wrote:
Opinions? Volunteers to work on aspects of this?
I do not have any easy access to a windows box, however, may I suggest
to have a look at python eggs, setuptools and EasyInstall?
eggs are to python what jar files are to java. According to the
documentation, it enables the automated distribution of zipped binary
python packages with C extensions.
Furthermore, there is very little to do since setuptools are based on
distutils.
http://peak.telecommunity.com/DevCenter/PythonEggs
http://peak.telecommunity.com/DevCenter/setuptools
http://peak.telecommunity.com/DevCenter/EasyInstall
Regards,
--
Olivier
|