molodiuc / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

PyOpenGL support broken in 2.6.5.6 #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Probably due to PyOpengl_accelerate, the support for opengl is broken:

including the library:
from OpenGL.GL import *

there is an exception ending in:

from OpenGL_accelerate.numpy_formathandler import NumpyHandler
  File "numpy.pxd", line 30, in OpenGL_accelerate.numpy_formathandler (src\numpy_formathandler.c:3543)
ValueError: numpy.dtype does not appear to be the correct type object

this is probably due to the new numpy version that changed way too much of its 
interface

Original issue reported on code.google.com by paolo.an...@uib.no on 9 Feb 2011 at 3:00

GoogleCodeExporter commented 9 years ago
Will look into it.

Original comment by grizzly.nyo on 9 Feb 2011 at 6:14

GoogleCodeExporter commented 9 years ago
Package rebuild and uploaded as 3.0.1.1. Please verify the issue is solved.

Original comment by grizzly.nyo on 9 Feb 2011 at 7:18

GoogleCodeExporter commented 9 years ago
Hi, should i just reinstall the opengl_accelerate package?

(ps at the moment i fixed it by commenting out the check for opengl_accelerate 
in the source file)

Original comment by paolo.an...@uib.no on 10 Feb 2011 at 10:18

GoogleCodeExporter commented 9 years ago
Download and install
http://pythonxy.googlecode.com/files/OpenGL-3.0.1.1_py26.exe.

It already includes the accelerate package.

-gabi

Original comment by grizzly.nyo on 10 Feb 2011 at 2:08

GoogleCodeExporter commented 9 years ago
Hi thanks for telling it.
So i tried it , and uninstalling the 3.0.1 and installing 3.0.1.1 it works also 
with accelerate enabled (i guess)

best,
Paolo

Original comment by paolo.an...@uib.no on 10 Feb 2011 at 3:03