View Single Post
Old Dec 7th, 2005, 7:37 AM   #2
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
As I understand it, you only need the "dist/program" directory. The build directory contains temporary files related to the building process, and the root directory of your program contains the source, which isn't needed once the program is packaged up with py2exe.

My TreeDemoWin.zip program I designed some time ago is packaged with py2exe, yet fits neatly in a single directory.
Arevos is offline   Reply With Quote