Hi Are there any other ways to run python application without python installed exept installing py2exe. I se that the latest update was for Python 2.7, but I need something similiar for python 3.1/3.2
Asked
Active
Viewed 258 times
3
-
1Why don't you want to install Python? – Morten Kristensen Mar 03 '11 at 16:40
-
duplicate of http://stackoverflow.com/questions/505230/py2exe-for-python-3-0 – Xavier Combelle Mar 03 '11 at 16:42
-
2@netrom, sometimes you want to distribute your application to end-users which do not have Python installed or do not want to mess with required dependencies. This is not uncommon in windows. – joaquin Mar 03 '11 at 16:52
-
Possible duplicate of https://stackoverflow.com/questions/5458048/how-to-make-a-python-script-standalone-executable-to-run-without-any-dependency – StardustGogeta Aug 01 '19 at 14:06
-
Possible duplicate of [How to make a Python script standalone executable to run without ANY dependency?](https://stackoverflow.com/questions/5458048/how-to-make-a-python-script-standalone-executable-to-run-without-any-dependency) – StardustGogeta Aug 01 '19 at 14:07