DINKIN / winpython

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

PyOpenGL accelerate: NumPy compatibility issue (data type size error) #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See this thread:
https://groups.google.com/group/winpython/browse_thread/thread/471a9b6f8add093a

To solve this, the solution is to replace the "PyOpenGL accelerate" binary 
installer by the source package in the WinPython building tree:

%WINPYTHONBASEDIR%\packages.win32\PyOpenGL-accelerate-3.0.2.win32-py2.7.exe
%WINPYTHONBASEDIR%\packages.win-amd64\PyOpenGL-accelerate-3.0.2.win-amd64-py2.7.
exe

are to be replaced with:

%WINPYTHONBASEDIR%\packages.src\PyOpenGL-accelerate-3.0.2.zip

Original issue reported on code.google.com by pierre.raybaut on 4 Nov 2012 at 5:24