Comment 6 for bug 82286

Revision history for this message
Albin Tonnerre (lutin) wrote :

Given this part of the stacktrace:
File "/var/lib/python-support/python2.5/quixote/ptl_compile.py", line 58, in file_input
    io_imp = ast.From(IO_MODULE, [(IO_CLASS, None)])
it seems that the bug is rather in python-quixote1, as this call does not respect the compiler.ast.From.__init__() fonction prototype, which is def __init__(self, modname, names, level (the missing one), lineno=None)
Cheers