From: Daniel R. <dv...@gm...> - 2006-04-28 02:42:40
|
All, I'm a newbie in the PythonCard world, and I'm encountering an error when I use py2exe to create a stand-alone executable. My error log looks like this: Traceback (most recent call last): File "GUI.py", line 555, in ? File "PythonCard\model.pyc", line 337, in __init__ File "PythonCard\resource.pyc", line 48, in getResource File "PythonCard\resource.pyc", line 86, in __init__ File "PythonCard\resource.pyc", line 91, in __init__ File "PythonCard\resource.pyc", line 91, in __init__ File "PythonCard\resource.pyc", line 96, in __init__ File "PythonCard\resource.pyc", line 139, in enforceSpec File "PythonCard\resource.pyc", line 30, in loadComponentModule ImportError: cannot import module 'staticline Anybody encounter this before/know the way to fix it? Thanks, Dan |