[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-10-01 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: Tarek was referring to this bug - http://bitbucket.org/tarek/distribute/ issue/41/ - above. -- ___ Python tracker ___ __

[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-10-01 Thread Tarek Ziadé
Tarek Ziadé added the comment: Its a setuptools bug. That's because it uses Setuptools, which patches Distutils behavior, as soon as you "import setuptools". Matthias Klose and I have fixed this flaw in debian, and it is also fixed in Distribute, but not in Setuptools. -- ___

[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-10-01 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: Apparently Zope2 build fails for the same reason on 2.6.3rc1 (I'm attaching the log file) File "c:\python26\lib\distutils\command\build_ext.py", line 633, in get_ext_fullpath filename = self.get_ext_filename(modpath[-1]) File "c:\python26\lib\si

[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-09-30 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: Thank you Tarek. I was able to fix the issue by patching pywin32's setup.py by using the `get_ext_filename` function from the CVS HEAD revision (which handles non- namespaced extensions as well). -- status: open -> closed

[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-09-30 Thread Tarek Ziadé
Tarek Ziadé added the comment: Pywin32 is patching "build_ext.get_ext_filename", making the assumption that it will be called only in a certain way (namespaces names) by "build_ext.build_extension", to force the name of the output from "pywintypes.pyd" to "pywintypes.dll". But this API, even if

[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-09-30 Thread Tarek Ziadé
Tarek Ziadé added the comment: I am investingating in py2exe build_ext custom command and in the distutils bugfixes that where done, to understand the problem, I'll let you know as soon as I've found it. -- resolution: -> accepted ___ Python tracker

[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-09-30 Thread Eric Smith
Changes by Eric Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-09-29 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: Replacing the distutils packages with the Lib/distutils from 2.6.2 fixed the issue. So this was introduced by a change in distutils. Tarek, any insight into this issue? -- ___ Python tracker

[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-09-29 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: Quite note: I am able to repro this freshly using pywin32 212 version. http://sourceforge.net/projects/pywin32/files/pywin32/Build%20212/ pywin32-212.zip/download (214 goes past the copying part, but I could not complete the build to some missing executab

[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-09-29 Thread Ned Deily
Ned Deily added the comment: Is this a release blocker problem for 2.6.3? -- nosy: +barry, ned.deily ___ Python tracker ___ ___ Python

[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-09-29 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: Note the line: /OUT:build\lib.win32-2.6\pywin32_system32\pywintypes.pyd In 2.6.2, it was: /OUT:build\lib.win32-2.6\pywin32_system32\pywintypes26.dll -- ___ Python tracker

[issue7020] regression in pywin32 build due to 2.6.3rc1

2009-09-29 Thread Sridhar Ratnakumar
New submission from Sridhar Ratnakumar : Today's 2.6.3rc1 introduced an regression in building pywin32. Peruse the following error: = creating build\lib.win32-2.6\pywin32_system32 C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\link.exe