From: Kevin A. <al...@se...> - 2004-05-10 19:22:10
|
On May 9, 2004, at 3:17 PM, Brian Debuire wrote: > Hi everyone! > =A0 > I have a problem when compiling (creating a windows standalone ) an=20 > app with child windows, when it seems compiled and the .exe is ready,=20= > and when i execute it, the child windows does not open. > =A0 > I am using the setup.py that i used for my pygame scripts, and i works=20= > fine for Pyhton Card apps without child windows, i really need help=20 > here! > =A0 > thanks : ) > If you run the .exe from the command-line what is the exception that is=20= printed? Are you including the .rsrc.py files for the child windows as=20= part of the distribution? Are you doing the manual imports for the=20 components that your child window uses? Look at the minimalStandalone=20 sample... ka |