installing Python application with Python under windows
Posted
by mack369
on Stack Overflow
See other posts from Stack Overflow
or by mack369
Published on 2010-05-25T09:41:26Z
Indexed on
2010/05/25
10:01 UTC
Read the original article
Hit count: 364
python
|deployment
My application uses many Python libraries (Django, Twisted, xmlrpc). I cannot expect that the end user has the Python installed with all needed libraries.
I've created a fancy installer for my application using Inno Setup, but I don't think that it is a good solution to execute 5 other setup programs from my installer. It would be annoying to the user to click "Next" button 15 times. Is there any way to do that quietly?
© Stack Overflow or respective owner