Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Python for Windows
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Larry Bates, post: 1924961"] py2exe removes the need to install python on a computer. It packages up your program in a way so that it can be installed as basically a stand-alone application. It will include the pythonxx.dll that is needed, but not all the other support functions. Add Inno Setup to bundle the py2exe files that are needed and you get a single setup.exe file that can be run to install your application on the computer WITHOUT installing python at all. -Larry Bates [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Python for Windows
Top