I have to admit that i follow the steps in the hack as close as i possibly can,
the egg gets unpacked the files entered into data_files (as shown above, including this eggs.pth files in some build subfolder (is this "build" folder the py2exe created one?)) the exe created I erase the used packages from library.com (which is a subset of those printed out (or of those in "build/eggs.pth") and I get some warnings about missing packages while running py2exe in the end TurboGears is still missing (no change at all), from the hack I would not understand how TurboGears should be known to the exe file anyways....its just copied flat in the dist folder.... somehow I need a short tutorial on this, of anyone can provide information how to ship the wiki20 app? or even the TG vanilla quickstart application? That would be extremely helpfull and could be used to extend the TG wiki

