Re: [Pyobjc-dev] Newbie: Can't get TableModel to work
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-11-11 08:00:01
|
You should run 'setup-app.py' in the same directory to create a .app bundle, and then use 'open *.app' to actually run the example. nibwrapper.py could not be found because the objc module updates sys.path to make sure the Resources directory in an .app bundle is on the Python search path. I'm checking in an updated version of that code later today, the current version is slightly to aggressive. Ronald |