Sridhar Ratnakumar <sridh...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue8236> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com