At 11:05 AM 1/13/2008 +0200, Ionel Maries Cristian wrote: >I'm using setuptools for my setup script. > >when installing a .exe package dependencies aren't fetched. >should it work this way? >are there any ways getting the dependencies downloaded and still >have a bdist_wininst package ?
You could put something in the post-install script to run easy_install, I suppose. :) _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
