Éric Araujo <mer...@netwok.org> added the comment:

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.

----------
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12934>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to