Re: [Soya-user] Soya basic help

2011-03-19 Thread Greg Ewing
Jiba wrote: I think you should (try to) use Cython instead of Pyrex ; it is the new way of compiling Soya and usually works better (I have some weird bugs with Pyrex on some specific functions). Can you tell me about them? If there's something that Pyrex is doing wrong, I'd like to fix it. --

Re: [Soya-user] Soya basic help

2011-03-19 Thread Jiba
Hello, I think you should (try to) use Cython instead of Pyrex ; it is the new way of compiling Soya and usually works better (I have some weird bugs with Pyrex on some specific functions). Jiba On Sat, 19 Mar 2011 16:51:32 +0200 Ilya Osadchiy wrote: > While trying to write a gentoo package

Re: [Soya-user] Soya basic help

2011-03-19 Thread Ilya Osadchiy
While trying to write a gentoo package (ebuild) for 0.15rc1, I've noticed that 1. If pyrex is not used during compilation than resulting module claims to be version 0.14. I suppose the files in archive were not recompiled with pyrex properly. If this gets fixed I can provide the ebuild (I don't wan