[PyOpenGL-Users] should it be 'posix' in opengl/__init__.py ?
Brought to you by:
mcfletch
From: wen h. <wen...@gm...> - 2009-04-01 01:00:55
|
Hi, In file OpenGL/__init__.py there is: PlatformPlugin( 'posix ', 'OpenGL.platform.glx.GLXPlatform' ) Should it be: PlatformPlugin( 'posix', 'OpenGL.platform.glx.GLXPlatform' ) More detailed description please visit: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/130821 Regards, wen |