I am sorry if it is simple or repetitive but I have problem with this.
I make a play :
I have python 2.6 or 3.0
a program in my c partition
its name is test.py
I want to compile it and it have to works in linux and windows.
I cannot read english so well please write little sentences with clear means.
Thanks.
funfullson 0 Junior Poster in Training
Recommended Answers
Jump to PostThe py2exe module does not compile to an executable.
It packages your Python bytecode files, other needed files and the Python interpeter to run from an executable file.
At this point py2exe is not yet out for Python3.
Jump to PostYou will have to make separate executables for Windows and Linux too.
Jump to PostIn case you don't like to bother writing the codes for setup.py, use GUI for Py2exe which can export setup.py
www.code.google.com/p/gui2exe/
All 12 Replies
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
shadwickman 159 Posting Pro in Training
funfullson 0 Junior Poster in Training
shadwickman 159 Posting Pro in Training
funfullson 0 Junior Poster in Training
shadwickman 159 Posting Pro in Training
funfullson 0 Junior Poster in Training
shadwickman 159 Posting Pro in Training
funfullson 0 Junior Poster in Training
shadwickman 159 Posting Pro in Training
Stefano Mtangoo 455 Senior Poster
shadwickman 159 Posting Pro in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.