On Wednesday 17 Dec 2003 22:35, Phil Thompson wrote: > The Python wrapper for glTexImage2D() won't expect a void *. What does it > expect? One of the example programs shows this if i do a print type( ) on the parameter passed: <type 'str'> Is there a trivial sip.voidptr conversion for this? Tom