From: anders <and...@gm...> - 2008-06-17 05:59:13
|
hi all, I'd like to report some problems that show up with both the faces_xx.py demos with visual-3.2.9 (I'm using Python 2.5.2 on 64-bit Ubuntu 8.04) I get mostly garbage: http://imagebin.org/21126 the other demos work fine, so I'm thinking my opengl hardware/drivers are ok. googling around it seems that this may be a problem with numpy on 64-bit machines? When trying to use the faces object I get the error message quoted below. anyone else seeing this too? any suggestions? regards, AW ------------- Traceback (most recent call last): File "faces_cone.py", line 22, in <module> model.pos[1::3, 0] = visual.sin(t[1:]) ValueError: matrices are not aligned for copy ---------------------- |