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 eric.araujo
Recipients eric.araujo, simohe
Date 2011-11-03.16:33:50
SpamBayes Score 6.1487112e-06
Marked as misclassified No
Message-id <1320338031.4.0.218583878435.issue13317@psf.upfronthosting.co.za>
In-reply-to
Content
Hello and thanks for the report.

> We need build_ext before build_py. Otherwise, when 2to3 is called (in build_py),
> it will not find ext modules,
Why is 2to3 interested in extension modules?  2to3 converts Python code, extension modules are written in C or C++.

> thinking that those modules are global
I don’t understand what you mean.

Can you give me a Python or shell script to reproduce the error or a full description of what you did, what you expected and what went wrong?
History
Date User Action Args
2011-11-03 16:33:51eric.araujosetrecipients: + eric.araujo, simohe
2011-11-03 16:33:51eric.araujosetmessageid: <1320338031.4.0.218583878435.issue13317@psf.upfronthosting.co.za>
2011-11-03 16:33:50eric.araujolinkissue13317 messages
2011-11-03 16:33:50eric.araujocreate