This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients benjamin.peterson, r.david.murray, srid
Date 2010-03-30.04:24:06
SpamBayes Score 0.00045586555
Marked as misclassified No
Message-id <1269923048.92.0.354623985204.issue8236@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-03-30 04:24:09r.david.murraysetrecipients: + r.david.murray, benjamin.peterson, srid
2010-03-30 04:24:08r.david.murraysetmessageid: <1269923048.92.0.354623985204.issue8236@psf.upfronthosting.co.za>
2010-03-30 04:24:07r.david.murraylinkissue8236 messages
2010-03-30 04:24:07r.david.murraycreate