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

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -