[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

help building python installer

guptaabhishek1983

12/31/2007 6:26:00 AM

Hello group,

I have been able to successfully compile python 2.5.1 using MSVC 8
compiler .
Now i want to build an msi installer out of this. What's procedure
that I should follow for this ??


Thank You
1 Answer

Martin v. Loewis

12/31/2007 4:57:00 PM

0

> Now i want to build an msi installer out of this. What's procedure
> that I should follow for this ??

See Tools/msi. Notice that this (*) isn't supported, so you are on your
own; you probably need to change msi.py

Regards,
Martin

(*) Packaging a Python installer that was built with MSVC 8.