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

Re: [Soya-user] Soya basic help

2011-03-15 Thread Ilya Osadchiy
Thanks! It helped. Unfortunately I didn't find the 0.15rc1 package for my distribution (Gentoo). So I had to manually install it and also fight unresolved symbol error (by using "LD_PRELOAD=/usr/lib64/libGLU.so"). But now I see rendered items. Hooray! On Tue, Mar 15, 2011 at 9:08 AM, deavid wr

Re: [Soya-user] Soya basic help

2011-03-15 Thread deavid
Can you try the latest version of soya (0.15rc1) ? 2011/3/14 Ilya Osadchiy : > Hello. Sorry for spamming, couldn't find help elsewhere. > > I'm trying to use Soya3D. I want to ask if there is some forum or something > where a newbie can ask stupid questions :-) > In google I only found some dead l

[Soya-user] Soya basic help

2011-03-14 Thread Ilya Osadchiy
Hello. Sorry for spamming, couldn't find help elsewhere. I'm trying to use Soya3D. I want to ask if there is some forum or something where a newbie can ask stupid questions :-) In google I only found some dead links :-( Thanks in advance. - My current problem is: I get black window