[Pyrex] Pyrex testing

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jul 27 02:48:07 CEST 2007


Scott Jackson wrote:
> $ ./bin/run_tests
> /usr/bin/env: pythonw: No such file or directory
> ===
> So I change it to 'python':

Hmmm. I'm not sure why I used pythonw there -- it
shouldn't be necessary.

> ===
> $ ./bin/run_tests
> Traceback (most recent call last):
>   File "./bin/run_tests", line 6, in <module>
>     from Pyrex.Testing import Testing
> ImportError: No module named Testing

You may need to adjust your PYTHONPATH so that it
makes the Pyrex directory available as an importable
package.

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | Carpe post meridiem!          	  |
Christchurch, New Zealand	   | (I'm not a morning person.)          |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+



More information about the Pyrex mailing list