I am using Visual C++ 9.0 to build pywin32, and Dependency Walker shows that the pyhon.exe from the 2.6 snapshot is linked against the Visual C++ 9.0 runtime.

The installer that you provided crashes for me in the same way. Perhaps it's a bug in Python or something wrong with my machine? Other installers that I have made today for Python 2.6 have succeeded. Very curious.

 -Patrick

On Feb 28, 2008, at 5:21 PM, Mark Hammond wrote:

Its likely that you snapshot of 2.5 is built with a different MSVC version
than pywin32 (python decided on VS2007 in the meantime).  Its not
immediately obvious how that would cause the problem you see, but it may
well.  Please let me know if
http://starship.python.net/crew/mhammond/pywin32-210.9.win32- py2.6.exe works
any better for you (it does for me)

Mark

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:python-win32-
[EMAIL PROTECTED] On Behalf Of Patrick Hartling
Sent: Friday, 29 February 2008 4:31 AM
To: [email protected]
Subject: [python-win32] pywin32 installer problems with Python 2.6

Are there any known problems with the pywin32 installer when building
against Python 2.6? I am using the 32-bit build of Python 2.6.13936
installed using the pre-built daily snapshot installer. Everything
compiles fine, and running 'setup.py bdist_wininst' executes without
errors. However, when I run the installer, it crashes when trying to
compile files to .pyc. Running 'setup.py install' works just fine, and
I can certainly work with an installation made in that way. It would
help the other people in my group if we had a single installer, though.
I can dig into this some more with debug builds of Python and
pywin32 if it would help.

 -Patrick


--
Patrick L. Hartling
Senior Software Engineer, Priority 5
http://www.priority5.com/



--
Patrick L. Hartling
Senior Software Engineer, Priority 5
http://www.priority5.com/

Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to