[Pyobjc-dev] Newbie: Can't get TableModel to work
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2002-11-10 20:26:05
|
Hi all, I just subscribed to this list. I'm looking forward to learn more about PyObjC and Cocoa! The Hello World example works fine. However, if I try to run the TableModel example, I get the following traceback: [python:pyobjc/Examples/TableModel] just% python TableModel.py Traceback (most recent call last): File "TableModel.py", line 5, in ? from nibwrapper import PyModelBase ImportError: No module named nibwrapper This happens both with the Apple-shipped Python 2.2 and CVS Python (also a plain unix install, not a FrameWork). Is the way I invoke the script supposed to work? The nibwrapper.py module is right there in the current directory. Thanks, Just |