Re: [e-users] Can't compile python bindings

2009-01-31 Thread Leonti Bielski
Thanks a lot! After installing pyrex it compiles! You saved me a lot of time today! Leonti On Sun, Feb 1, 2009 at 12:22 AM, Gustavo Sverzut Barbieri wrote: > On Sat, Jan 31, 2009 at 8:17 PM, Leonti Bielski wrote: >> Hello! >> I'm trying to compile python bindings from svn but can't quite make i

Re: [e-users] Can't compile python bindings

2009-01-31 Thread Gustavo Sverzut Barbieri
On Sat, Jan 31, 2009 at 8:17 PM, Leonti Bielski wrote: > Hello! > I'm trying to compile python bindings from svn but can't quite make it :) > > What I get after running: 'sudo ./build-all.sh /usr' > > http://pastebin.com/m34be6b48 > > As far as I understand cython is supposed to conver *.pyx files

[e-users] Can't compile python bindings

2009-01-31 Thread Leonti Bielski
Hello! I'm trying to compile python bindings from svn but can't quite make it :) What I get after running: 'sudo ./build-all.sh /usr' http://pastebin.com/m34be6b48 As far as I understand cython is supposed to conver *.pyx files to *.c files. But for some reason is not doing it. Has anyone dealt