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

R. David Murray report at bugs.python.org
Tue Mar 30 06:24:08 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Python is used to build python.  Theoretically you should be able to avoid that rebuild. cf the following thread:

http://mail.python.org/pipermail/python-dev/2006-April/063511.html

and the referenced issue 1465408.  asdl_c.py is going to be importing asdl.py from the same directory it is run from (it is run as a script).  So the question is, why is your buildout python failing to support that import?

----------
priority: high -> normal

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


More information about the Python-bugs-list mailing list