From: Luis M. G. <lu...@gm...> - 2006-06-29 00:18:26
|
Hi there, I want to build an ".exe" for a Pythoncard app, but I always get the = following log: Traceback (most recent call last): File "imc.pyw", line 43, 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 'image I tried using the option "--excludes=3DImage", but the problem persists. What else can I do? Luis |