[Pyobjc-dev] What did I do wrong?
Brought to you by:
ronaldoussoren
|
From: Deirdre S. M. <de...@de...> - 2001-04-27 06:30:41
|
% /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')
(I'd have searched the archives on this one more carefully, but
they've been down for an hour now. Remind me to wget them tomorrow)
|