This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, brett.cannon, eric.araujo, ncoghlan, tarek
Date 2011-11-24.14:20:10
SpamBayes Score 1.4538878e-07
Marked as misclassified No
Message-id <1322144411.06.0.593823659035.issue12934@psf.upfronthosting.co.za>
In-reply-to
Content
This is a problem on my side, not in distutils2.  My pysetupX.Y scripts are just shell one-liners of this form:

  PYTHONPATH=~/path/to/d2 pythonX.Y -m distutils2.run "$@"

Because of sys.path initialization, d2 tried to import docutils from the working directory instead of the version in site-packages.  If I install d2 and run the installed pysetup script, d2 and docutils are imported from site-packages and everything is fine.
History
Date User Action Args
2011-11-24 14:20:11eric.araujosetrecipients: + eric.araujo, brett.cannon, ncoghlan, tarek, alexis
2011-11-24 14:20:11eric.araujosetmessageid: <1322144411.06.0.593823659035.issue12934@psf.upfronthosting.co.za>
2011-11-24 14:20:10eric.araujolinkissue12934 messages
2011-11-24 14:20:10eric.araujocreate