New submission from Sridhar Ratnakumar <sridh...@activestate.com>:

I'm seeing this error with 2.6 and 3.1 maint branches (not sure about 2.7) on 
both Linux & Mac 32-bit builds. Does not happen on Linux 64-bit though. Also 
this is possibly caused by a recent commit, as we never saw this issue before.

[...]
creating Makefile
./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

----------
components: Build, Interpreter Core
messages: 101738
nosy: srid
severity: normal
status: open
title: ./configure: ImportError: No module named asdl
type: compile error
versions: Python 2.6, Python 3.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

Reply via email to