Tarek Ziadé <ziade.ta...@gmail.com> added the comment: I don't know about 2.5 but:
Reading the MSVCCompiler class code in trunk, I can see a case where __init__ doesn't create self.__root. (if self.__arch != Intel) making any call to get_msvc_paths() leading to an error. You certainly have some kind of unexpected environment when MSVCCompiler is called. I need to fix this. If you could help me out by tracing how the compiler is instanciated, taht could help me. ---------- priority: -> normal resolution: -> accepted status: closed -> open versions: +Python 2.7, Python 3.2, Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7509> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com