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


> 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



More information about the Python-list mailing list