Re: [Pyobjc-dev] Trying to build WebServicesTool app OS X 10.2.2 (seed)
Brought to you by:
ronaldoussoren
|
From: <bb...@ma...> - 2002-10-31 04:27:58
|
From the command line, can you do 'from Foundation import *'?
If not, I suspect that the pyobjc module is either not installed
correctly or you have two different pythons on your system and you have
pyobjc installed in a different python than the Apple supplied python.
Either try...
sudo /usr/bin/python setup.py install
... in the pyobjc source directory. Or set the PythonBinPath user
default to point to the python interpreter binary that you want to use
[that has pyobjc installed within its site-packages].
b.bum
On Wednesday, October 30, 2002, at 10:23 PM, Stephen Steiner wrote:
> 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
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: Influence the future of Java(TM)
> technology. Join the Java Community Process(SM) (JCP(SM)) program now.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
> _______________________________________________
> Pyobjc-dev mailing list
> Pyo...@li...
> https://lists.sourceforge.net/lists/listinfo/pyobjc-dev
>
b.bum
We gladly feast on those who would subdue us.
|