compiling python source code under VC8
"Martin v. Löwis"
martin at v.loewis.de
Tue Dec 4 03:16:17 EST 2007
More information about the Python-list mailing list
Tue Dec 4 03:16:17 EST 2007
- Previous message (by thread): Question on compiled code when embedding Python in C++
- Next message (by thread): compiling python source code under VC8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I am trying to build python from scratch under VC8. The build process > runs and completes succesfully in debug mode resulting in > python_d.exe. But when i try to run this exe it returns an assertion > error and application crashes. What Python version are you trying to compile? This sounds like Python 2.4 and earlier. Microsoft has broken compatibility with standard C in VS 2005, in a way that breaks Python on startup. In Python 2.5, a work-around was added. Regards, Martin
- Previous message (by thread): Question on compiled code when embedding Python in C++
- Next message (by thread): compiling python source code under VC8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list