Twelve Years of Service
Posts: 127
Threads: 47
Exe 10-08-2013, 10:34 AM
#1
When i make an exe of a python file using py2exe a lot of other files appear without those in the same directory as my exe i cannot run it..Can sme1 suggest how to build a single standalone exe using py2exe which wud run independent of any other files.
•
Thirteen Years of Service
Posts: 3,169
Threads: 99
RE: Exe 10-08-2013, 11:17 AM
#2
Can you not set an option to bundle-files in the compile script? i seem to recall that option being there, but its been a long time since i used any *2exe
•
Twelve Years of Service
Posts: 127
Threads: 47
RE: Exe 10-08-2013, 11:19 AM
#3
Yes there are but can u do some recon and tell me what i shud write in the setup.py to bundle
•
Thirteen Years of Service
Posts: 3,253
Threads: 64
RE: Exe 10-08-2013, 11:40 AM
#4
Why don't we write the whole thing for you? This appears to be what you want, part of learning if figuring things out for yourself and doing your own research
•