compilation - Python 3.4.2 compile py to exe with images and sounds -
compilation - Python 3.4.2 compile py to exe with images and sounds -
i have python script (battleships.py) , along them have couple of images , few wav sound files.
how can compile 1 exe file setup installs on users pc , can run shortcut, let's desktop.
i've looked around @ py2exe , cx_freeze can't seem them work.
i'm using python 3.4.2
thanks :)
you have no other selection py2exe or cx_freeze. think cx_freeze works in python3. should install manually. after downloading , having unzipped may run:
python3 setup.py install (you can in virtualenv)
edit:it seems no more necessary install manually python3. can straight windows installer python3.4 version there.
python compilation exe py2exe
Comments
Post a Comment