Re: [PyOpenGL-Users] OpenGL array-type problem
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@vr...> - 2009-02-14 23:25:10
|
vwf wrote: > Hello, > > > For drawing large text/characters I use a stripped down version of > Michael C. Fletcher's OpenGLContext, pygamefont.py > I cut it down to the bare essentials, one file that does all the work. > > By upgrading from Debian Stable to Testing I ran into a problem. > After the upgrade, during initialisation, I get: > ... > "/usr/lib/python2.4/site-packages/OpenGL/arrays/arraydatatype.py", line > 39, in getHandler > raise TypeError( > TypeError: No array-type handler for type <type 'array'> (value: > array([[[200, 0], > [200, 0], > [2) registered > Looks like Debian testing is using one of the earlier betas which used setuptools for registering plugins, but has not run setuptools to register the plugins. > Anyone an idea what the cause of this error can be? > It's a failure to lookup a format-handler plugin from the old code that handled the plugin lookups. HTH, Mike -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com |