Closed GoogleCodeExporter closed 9 years ago
Which version of Py are you running?
Original comment by kalyanku...@gmail.com
on 20 Mar 2009 at 6:22
Latest OS X, python --version => "Python 2.5.1"
Original comment by wjh...@gmail.com
on 20 Mar 2009 at 2:20
Looks like it might be Pyrex causing the issue. Noticed this in the stack trace:
/Users/wjhuie/Library/Python/2.5/site-packages/Pyrex-0.9.8.5-py2.5.egg/Pyrex/Distutils/build_ext.py
Am not able to reproduce the issue here. I'll try installing Pyrex and see if
that does it.
dsl092-168-195:~ eikeon$ sudo easy_install -U "rdflib>=2.4, <=3.0a"Searching
for rdflib>=2.4,<=3.0a
Reading http://pypi.python.org/simple/rdflib/
Reading http://rdflib.net/
Best match: rdflib 2.4.0
Downloading http://rdflib.net/rdflib-2.4.0.tar.gz
Processing rdflib-2.4.0.tar.gz
Running rdflib-2.4.0/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-qcsvDJ/rdflib-2.4.0/egg-dist-
tmp-OWyuQU
warning: no files found matching 'example.py'
zip_safe flag not set; analyzing archive contents...
Adding rdflib 2.4.0 to easy-install.pth file
Installing rdfpipe script to /usr/local/bin
Installed
/Library/Python/2.5/site-packages/rdflib-2.4.0-py2.5-macosx-10.5-i386.egg
Processing dependencies for rdflib>=2.4,<=3.0a
Finished processing dependencies for rdflib>=2.4,<=3.0a
dsl092-168-195:~ eikeon$ uname -a
Darwin dsl092-168-195.wdc2.dsl.speakeasy.net 9.6.0 Darwin Kernel Version 9.6.0:
Mon Nov 24 17:37:00
PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386
dsl092-168-195:~ eikeon$
Original comment by eik...@gmail.com
on 24 Mar 2009 at 11:45
Bingo. Pyrex is causing the problem:
[...]
File "/Library/Python/2.5/site-packages/Pyrex-0.9.8.5-py2.5.egg/Pyrex/Distutils/build_ext.py", line 82, in
build_extensions
[...]
Original comment by eik...@gmail.com
on 24 Mar 2009 at 11:47
Ahh, yep you're right!
I removed Pyrex from my site-packages directory and it installed fine.
Thanks!
Original comment by wjh...@gmail.com
on 25 Mar 2009 at 3:28
It was found that Pyrex was causing the issue.
Original comment by eik...@gmail.com
on 31 Mar 2009 at 7:02
Original issue reported on code.google.com by
wjh...@gmail.com
on 25 Feb 2009 at 8:36