Re: Installing Pyrex on MacBook with Mac OS X Leopard
Raymond Sammut <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
without the Python interpreter $ pyrexc aln_forward_1.pyx -bash: pyrexc: command not found ray On 22/04/2008, at 12:42 AM, Stefan Behnel wrote: > 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