Installing Pyrex on MacBook with Mac OS X Leopard
Raymond Sammut <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Hi all I installed Pyrex-0.9.6.4 on a new MacBook with Leopard using $ python setup.py install The installation seems to have gone OK, but when i tried this $ python pyrexc myfile.pyx i got this: /System/Library/Frameworks/Python.framework/Versions/2.5/Resources/ Python.app/Contents/MacOS/Python: can't open file 'pyrexc': [Errno 2] No such file or directory Obviously the setup.py file is not Leopard aware. Can someone help ... Cheers ray