[Distutils] sandbox trying to run things before they're installed...again?

Kevin Dangoor dangoor at gmail.com
Tue Mar 7 22:37:59 CET 2006


On 3/7/06, Ben Bangert <ben at groovie.org> wrote:
> Indeed, I just noticed that setup.py was importing version from the
> package, and the location it was importing, then imported other stuff
> that had the dependencies. Thanks for the pointer on what was going
> wrong.

This appears to be the general solution to that particular problem. In setup.py:

execfile(os.path.join("turbogears", "release.py"))

or something along those lines.

Kevin


More information about the Distutils-SIG mailing list