From: Kevin A. <al...@se...> - 2004-05-15 23:58:06
|
On May 15, 2004, at 4:02 PM, Brian Debuire wrote: > IOError: [Errno 2] No such file or directory: '<Graficos from=20 > archive>.rsrc.py' > =A0 > > I think i am not compiling the child window but i dont know how, or=20 > does the setup.py and py2exe knows what to do when there are child=20 > windows??? > How are the child windows compiled??? > Are they inside the .exe?? > I am so lost here > The child window resources must be included in the list of files to be=20= included in the archive just like the primary window .rsrc.py file. The=20= source module is imported by your main source file so py2exe doesn't=20 need to know about that it will be picked up automatically. ka |