> 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. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor