Building python 2.5.1 from source using MSVC 2005
"Martin v. Löwis"
martin at v.loewis.de
Tue Dec 11 17:10:28 EST 2007
More information about the Python-list mailing list
Tue Dec 11 17:10:28 EST 2007
- Previous message (by thread): Building python 2.5.1 from source using MSVC 2005
- Next message (by thread): Help: Trouble with imp.load_module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I was able to build the subversion source using the PCbuild8/ > readme.txt instructions. However how do i install the compiled > interpreter and libraries so it can be used with swig or wxpython > (win32). I'm not sure why you want to install it - just run it from where it was built. If you want to install it, you either have to copy the files into place yourself, or you can try building an MSI file with Tools/msi/msi.py. Regards, Martin
- Previous message (by thread): Building python 2.5.1 from source using MSVC 2005
- Next message (by thread): Help: Trouble with imp.load_module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list