error in exception syntax

Tim Golden mail at timgolden.me.uk
Wed Mar 9 13:24:11 EST 2011


On 09/03/2011 6:12 PM, Aaron Gray wrote:
> On Windows I have installed Python 3.2 and PyOpenGL-3.0.1 and am getting the
> following error :-
>
>      File "c:\Python32\lib\site-packages\OpenGL\platform\win32.py", line 13
>        except OSError, err:
>                  ^
>
> It works okay on my Linux machine running Python 2.6.2.

In short:

   http://docs.python.org/release/3.0.1/whatsnew/3.0.html#changes-to-exceptions

TJG



More information about the Python-list mailing list