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
-
1Why don't you want to install Python?Morten Kristensen– Morten Kristensen2011-03-03 16:40:19 +00:00Commented Mar 3, 2011 at 16:40
-
duplicate of stackoverflow.com/questions/505230/py2exe-for-python-3-0Xavier Combelle– Xavier Combelle2011-03-03 16:42:23 +00:00Commented Mar 3, 2011 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– joaquin2011-03-03 16:52:09 +00:00Commented Mar 3, 2011 at 16:52
-
Possible duplicate of stackoverflow.com/questions/5458048/…StardustGogeta– StardustGogeta2019-08-01 14:06:57 +00:00Commented Aug 1, 2019 at 14:06
-
Possible duplicate of How to make a Python script standalone executable to run without ANY dependency?StardustGogeta– StardustGogeta2019-08-01 14:07:14 +00:00Commented Aug 1, 2019 at 14:07
Add a comment
|