
December 24th, 2012, 02:25 PM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 10
Time spent in forums: 5 h 43 m 57 sec
Reputation Power: 0
|
|
|
try:
cx-freeze.sourceforgeDOTnet
py2exe also obtains 3rd party modules from my exp. Most of the time though, you do not need these as you are just "sharing" your programs. Linux users know how to obtain all the 3rd party modules if they don't have them already, and windows users will just have to learn.
So if you made a "tool" for other python programmers, they know how to obtain the 3rd party modules. You don't have to include it, nor would you want to as the version you package in it might not be compatible with theirs. If you made a program that you just want to show off to your friends, pc-illiterates, then py2exe would be best.
|