[Pyrex] Bug in 0.9.1 setup.py?

Gary Bishop gb at cs.unc.edu
Thu Apr 29 20:38:25 CEST 2004


When I run

python setup.py build

on the new unpacked Pyrex-0.9.1.tar.gz I get:

creating build\scripts-2.3
error: file 'pyrexc' does not exist

A quick diddle to the setup.py to change:

  scripts=['pyrexc'],

to

  scripts=['pyrexc.py'],

seems to fix it.

gb





More information about the Pyrex mailing list