From: Bartek W. <ba...@re...> - 2003-03-27 17:57:12
|
Hi, I've found my latest version of setup.py file. It's far from done so I didn't check it into cvs, but you can see how it works by putting it into the python directory. You can use it by python2 setup.py bdist (create distribution - tar.gz file) In the archive there will be a setup.py file and you can then use python2 setup.py install to install it using distutils. I don't have windows at home, but i've read that on windows you can use something like python setup.py bdist_win32 (i don't remember the exact parameter) to create a executable installer for windows. If someone feels like maintaining this file - that's great - just put it into the cvs. -- regards Bartek Wilczyñski |