From: Liam C. <cy...@gm...> - 2005-01-16 21:46:44
|
Couple of things - can you post the code that loads your child window? I'm assuming that your child window is Settings\\UNIANDES\\Mis documentos\\My Projects\\PAULA\\dist\\Main\\<Paula> from archive>.py so is <Paula> from archive>.rsrc.py present? Is that the error? I'm just a little unsure as to what your exact error is. Regards, Liam Clarke PS Loading children windows is normally quite straight forward..., so please do post your code On Fri, 14 Jan 2005 18:13:20 +0000, Brian Debuire <deb...@ho...> wrote: > Hi everyone, > > I recieve this error when launching my compiled app with child windows: > > warning: use func(*args, **kwargs) instead of apply(func, args, kwargs) > warning: use func(*args, **kwargs) instead of apply(func, args, kwargs) > Traceback (most recent call last): > File "<string>", line 48, in on_initialize > File "PythonCard\model.pyc", line 176, in childWindow > File "PythonCard\resource.pyc", line 45, in __init__ > File "PythonCard\util.pyc", line 30, in readAndEvalFile > IOError: [Errno 2] No such file or directory: 'C:\\Documents and > Settings\\UNIANDES\\Mis documentos\\My Projects\\PAULA\\dist\\Main\\<Paula > from archive>.rsrc.py' > > Kevin Altis gave me a fix about how to compile child windows with the old > pythoncard prototipe, but this should be fixed with the new versions, or > maybe I am totally wrong about this error, if so any help would be very > appreciated. > > Thanks, > > Brian > > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > -- 'There is only one basic human right, and that is to do as you damn well please. And with it comes the only basic human duty, to take the consequences. |