[issue8236] ./configure: ImportError: No module named asdl
Sridhar Ratnakumar
report at bugs.python.org
Sat Mar 27 19:28:37 CET 2010
Sridhar Ratnakumar <sridharr at activestate.com> added the comment:
I didn't have to run 'make distclean', because this is a fresh clone.
$ hg clone http://code.python.org/hg/branches/release2.6-maint/
$ cd release2.6-maint
$ ./configure --prefix=`pwd`/i
$ make
./Parser/asdl_c.py -h ./Include ./Parser/Python.asdl
Traceback (most recent call last):
File "/home/apy/as/pypm-trunk/bin/python", line 49, in <module>
execfile(__file__)
File "./Parser/asdl_c.py", line 9, in <module>
import asdl
ImportError: No module named asdl
make: *** [Include/Python-ast.h] Error 1
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8236>
_______________________________________
More information about the Python-bugs-list
mailing list