Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 26 by tcll5850: tests don't work D=
http://code.google.com/p/freetype-py/issues/detail?id=26
Hey there :)
I can't seem to get your examples which run PyOpenGL+numpy to work...
(GL and NP are all I have)
my compy runs Python(2.7.2) on Windows XP Black (x86 if that matters)
but I've currently configured a portable python installation to interface
directly with my program...
speaking of portability, I've implamented the same method used by PyOpenGL
(loads 'glut32.dll') into freetype.
this loads 'freetype.dll' from .../freetype/DLLS/freetype.dll
(it looks in system32 first)
I'll post the src when I can ;)
(currently posting from wii using a phone for net)
anyways...
the dll loads and initializes just fine,
but GL raises invalid value exceptions from the tests...
'''
err = 1281,
description = 'invalid value',
baseOperation = glTexImage2D,
*not typing the rest* D=
'''
any ideas as to what's causing the error??
btw, in the 'hello world' test, numpy and ' |= ' don't get along well... >_>