[Pyobjc-dev] Error while building
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2003-08-04 14:48:37
|
I had a previous version of PyObjC installed (no surprises, there :), updated from CVS, and did a 'sudo python setup.py install'.... And the build crashed as shown below. After removing the previously installed version of PyObjC, the installation works fine. However, this indicates that we are picking up the previously installed version during the build. That could cause wonky, non-deterministic, build failures. b.bum [bumboxinator:external/sourceforge/pyobjc] bbum% sudo python setup.py install Password: Performing task: Generating wrappers & stubs Traceback (most recent call last): File "Scripts/CodeGenerators/cocoa_generator.py", line 15, in ? import func_builder File "/Volumes/Data/Users/bbum/bbum-developer/external/sourceforge/pyobjc/ Scripts/CodeGenerators/func_builder.py", line 16, in ? import AppKit File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site-packages/PyObjC/AppKit/__init__.py", line 33, in ? NSMakePoint = Foundaiton.NSMakePoint NameError: name 'Foundaiton' is not defined Task 'Generating wrappers & stubs' failed [256] |