[Distutils] setuptools, bdist_wininst and dependecies
Phillip J. Eby
pje at telecommunity.com
Mon Jan 14 16:12:43 CET 2008
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. :)
More information about the Distutils-SIG
mailing list