|
From: Kevin A. <al...@se...> - 2001-11-21 21:56:27
|
I updated all the samples to use the simplified form outlined in yesterday's email. I also modified some of the other imports, so there is a chance I created a name conflict in some samples that wasn't there before. Since this was such a big change, I'm going to go ahead and do a 0.5.2 release later today after Andy has a chance to double-check dbBrowser. BTW, py2exe is working like a champ for building standalone executables on Windows. You do need to include the resource file and any files such as sounds, bitmaps, configs, etc. that might be loaded at runtime (not done with import). Simon is regularly building textRouter .exe files. The user can actually make changes to the resource file, such as a key binding for a menu, which is pretty nice and precisely what resource files are supposed to simplify. It would be interesting to see if Gordon McMillan's installer http://www.mcmillan-inc.com/install1.html can be used to make Linux standalones. ka |