From: Ted C. <te...@Te...> - 2004-10-02 15:09:16
|
I have been using the stable release of PythonCard on a Mac iBook, OS X (10.3). This morning I downloaded via CVS the PythonCard directory and its contents, renamed the old directory (to old.PythonCard), then moved the new directory into the folder where PythonCard was. codeEditor works fine, but resourceEditor now runs into serious errors reported in the terminal window as follows: Traceback (most recent call last): File "//Library/Python/2.3/wx/_core.py", line 10604, in <lambda> lambda event: event.callable(*event.args, **event.kw) ) File "/Library/Python/2.3/PythonCard/tools/resourceEditor/resourceEditor.py", line 85, in on_initialize self.buildComponentsMenu() File "/Library/Python/2.3/PythonCard/tools/resourceEditor/resourceEditor.py", line 285, in buildComponentsMenu resource.loadComponentModule(name) File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PythonCard/resource.py", line 30, in loadComponentModule raise ImportError, message ImportError: cannot import module 'floatcanvas I suspect that this is some kind of setup error. Any clues as to how I can make this work? adv(thanks)ance. /ted |