R. David Murray <rdmur...@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 <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