From: Brian D. <deb...@ho...> - 2005-01-14 18:14:58
|
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/ |