[Pyobjc-dev] Trying to build WebServicesTool app OS X 10.2.2 (seed)
Brought to you by:
ronaldoussoren
|
From: Stephen S. <sst...@ma...> - 2002-10-31 03:23:07
|
I'm trying to build the Web Services Tool.
I can build in PB with no errors , then when I try to run from within
PB I get:
Traceback (most recent call last):
File "/Developer/_Projects/pyobjc/Examples/WebServicesTool/build/Web
Services Tool.app/Contents/Resources/Main.py", line 6, in ?
import objc
ImportError: No module named objc
Web Services Tool has exited with status 1.
If I go to the command line and run Main.py with:
python ./Main.py
I get:
Traceback (most recent call last):
File "./Main.py", line 11, in ?
pyFrameworkPathsIndex = sys.argv.index("-PyFrameworkPaths")
ValueError: list.index(x): x not in list
I'm sure this is some obvious setup mistake on my part...any help would
be appreciated!
Thanks,
Steve
|