Re: [Pyobjc-dev] modified pyobjc module
Brought to you by:
ronaldoussoren
From: Steven D. M. <sd...@mi...> - 2001-03-30 23:02:55
|
On Sat, 17 Mar 2001, Bill Bumgarner wrote: > I moved the module over to using the distutils form of build system. It > is much easier to maintain, has a better chance of portability and gives > us the ability to build source and binary distribution archives > trivially. Bill -- when I do a "python setup.py build" with this new setup, I get: 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.1/distutils/core.py", line 157, in setup raise SystemExit, "error: " + str(msg) SystemExit: error: unknown file type '.m' (from 'OC_PythonBundle.m') -- Steve Majewski |