On 3/7/06, Ben Bangert <[EMAIL PROTECTED]> 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
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to