[Python-Dev] Building Python with .NET 2003 SDK (original) (raw)
logistix logistix@cathoderaymission.net
Wed, 7 May 2003 22:48:50 -0400
- Previous message: [Python-Dev] Make _strptime only time.strptime implementation?
- Next message: [Python-Dev] local import cost
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I decided to see if you really could build Python with the .NET compiler.
I just got a preliminary build done that passed 67 tests (and failed 17)
Two big gothas:
You also need to install the "Platform SDK". This one makes the .NET SDK download seem fast.
VC6 generated makefiles include references to a few .lib files that aren't included. They also don't seem to be needed either. The offending librarys are largeint.lib, odbc32.lib, and odbccp32.lib.
More detailed notes on what had to be done to get it working can be found here,
http://www.cathoderaymission.net/~logistix/python/buildingPythonWithDotN et.html
Enjoy!
-Grant
- Previous message: [Python-Dev] Make _strptime only time.strptime implementation?
- Next message: [Python-Dev] local import cost
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]