Ever tried this in distutils?

Brian Elmegaard brian at rk-speed-rugby.dk
Wed Oct 27 04:57:33 EDT 2004


python setup.py bdist_wininst --bdist-dir=/my/source
is a really efficient way to wake you up even if time is approaching
midnight. 

On my machine it does:
running bdist_wininst
running build
installing to /my/source
creating 'c:\docume~1\be\locals~1\temp\tmpimyffc.zip' and adding '.' to it
adding 'setup.py'
creating dist
removing '/my/source' (and everything under it)

Where the last line is the "fun" part. Maybe it should somehow be
mentioned in the documentation that this will happen?

-- 
Brian (remove the sport for mail)
http://www.et.dtu.dk/staff/be



More information about the Python-list mailing list