[Pyrex] Pyrex is on the cheese shop

Phillip J. Eby pje at telecommunity.com
Wed Apr 19 08:38:02 CEST 2006


At 06:06 PM 4/19/2006 +1200, Greg Ewing wrote:
>I've just done it. Or at least I think I have -- better check
>it out and make sure it's okay.

Looks good.  It complains about the IndentationError, but installs it 
anyway.  :)

$ python2.5 -m easy_install Pyrex

Searching for Pyrex
Reading http://www.python.org/pypi/Pyrex/
Reading http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
Best match: Pyrex 0.9.4
Downloading 
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-0.9.4.tar.gz
Processing Pyrex-0.9.4.tar.gz
Running Pyrex-0.9.4/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-O08i4i/Pyrex-0.9.4/egg-dist-tmp-JY5YnK
Sorry: IndentationError: ('unindent does not match any outer indentation 
level', ('build/bdist.linux-i686/egg/Pyrex/Distutils/build_ext.py', 70, 38, 
'    result = compile(source, options)\n'))
zip_safe flag not set; analyzing archive contents...
Pyrex.Compiler.Scanning: module references __file__
Sorry: IndentationError: ('unindent does not match any outer indentation 
level', 
('/home/pje/lib/python2.5/site-packages/Pyrex-0.9.4-py2.5.egg/Pyrex/Distutils/build_ext.py', 
70, 38, '    result = compile(source, options)\n'))
Adding Pyrex 0.9.4 to easy-install.pth file
Installing pyrexc script to /home/pje/bin

Installed /home/pje/lib/python2.5/site-packages/Pyrex-0.9.4-py2.5.egg
Processing dependencies for Pyrex




More information about the Pyrex mailing list