[issue8236] ./configure: ImportError: No module named asdl (when run from buildout's python)

Sridhar Ratnakumar report at bugs.python.org
Tue Mar 30 06:29:04 CEST 2010


Sridhar Ratnakumar <sridharr at activestate.com> added the comment:

> why is your buildout python failing to support that import?

I believe it is because "" (current directory) is not in sys.path for buildout python. Buildout explicitly sets sys.path. Perhaps that's why.

Feel free to close this issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8236>
_______________________________________


More information about the Python-bugs-list mailing list