Re: [Pyobjc-dev] What did I do wrong?
Brought to you by:
ronaldoussoren
|
From: Deirdre S. M. <de...@de...> - 2001-04-27 08:19:18
|
OK, I figured that out -- now I'm up to the problem Steve had last
November with not having pyobjc import correctly. I finally just
chickened out and grabbed his binaries so I could get something done.
>% /usr/local/bin/python setup.py install
>running install
>running build
>running build_ext
>building 'pyobjc' extension
>Traceback (most recent call last):
> File "setup.py", line 23, in ?
> ext_modules = [Extension("pyobjc", sourceFiles)],
> File "/usr/local/lib/python2.0/distutils/core.py", line 157, in setup
> raise SystemExit, "error: " + str(msg)
>SystemExit: error: unknown file type '.m' (from 'OC_PythonBundle.m')
--
--
_Deirdre Stash-o-Matic: http://weirdre.com http://deirdre.net
"I love deadlines. I like the whooshing sound they make as they fly by."
- Douglas Adams
|