New submission from simohe <sim...@besonet.ch>:

We need build_ext before build_py. Otherwise, when 2to3 is called (in 
build_py), it will not find ext modules, thinking that those modules are global 
and, consequently, making a mess, now that all module imports are global.

----------
components: 2to3 (2.x to 3.x conversion tool), Build
messages: 146808
nosy: simohe
priority: normal
severity: normal
status: open
title: building with 2to3 generates wrong import paths because build_ext is run 
after build_py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13317>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to