I'm using PyOpenGL-3.0.0a6 on Mac OSX 10.4.9 

If I import OpenGL.GL this is what I get for the functions from a python 
terminal
>>> OpenGL.GL.glScale 

Traceback (most recent call last):

  File "<stdin>", line 1, in ?

AttributeError: 'module' object has no attribute 'glScale'

>>> OpenGL.GL.glScaled 
<CFunctionType object at 0x16cece0>
>>> OpenGL.GL.glScalef
<CFunctionType object at 0x16ced50>

So it must be an OpenGL 3 problem as I have a friend at work for whom the PyODE 
tutorial worked fine, but he was on windows and I don't know what version of 
PyOpenGL he was using.

Thanks for work, got a question but it should be in a separate message.
Nathaniel





       
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pyode-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyode-user

Reply via email to