Re: Installing Pyrex on MacBook with Mac OS X Leopard
Stefan Behnel <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Hi, Raymond Sammut wrote: > $ python pyrexc myfile.pyx > /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 pyrexc is an executable script that should get installed somewhere in your PATH (no idea how MacOS handles that). Can you call it without the Python interpreter? Stefan