[Tutor] Py2Exe Tutorial
Tiger12506
keridee at jayco.net
Mon Dec 24 21:09:05 CET 2007
> I am wondering if there is a good tutorial on Py2Exe and its functions?
> I have not been able to find one. I have samples but that is not good
> enough. It would be nice to have something explain all the functions for
> including directories, modules and all that stuff when making an
> executable.
>
> Bruce
Don't know if there is one, but usually it is not necessary to explicitly
tell py2exe to include directories, modules and all that stuff -
dependencies are checked and automatically included.
If you're talking about images, or other such binary data, it would be
difficult. You would probably have to restructure your python code to load
the binary data from a resource. I once had a setup.py that walked through
the process of creating an executable (console or gui). I could send it if
you're interested.
More information about the Tutor
mailing list