Re: [Pyobjc-dev] Newbie: Can't get TableModel to work
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2002-11-11 08:35:35
|
Ronald Oussoren wrote: > 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. This results in an ImportError on buildtools. Note that this is a plain unix install: even if I make sure buildtools can be found I get an error: about the macfs module this time. Doesn't look this is going to work with a vanilla 2.2 install :-( > 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. Ah. Thanks, Just |