Re: error in exception syntax

2011-03-09 Thread Aaron Gray
"Aaron Gray" wrote in message news:8tpu87f75...@mid.individual.net... 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 o

Re: error in exception syntax

2011-03-09 Thread Peter Otten
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 Pyth

Re: error in exception syntax

2011-03-09 Thread Tim Golden
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 r

Re: error in exception syntax

2011-03-09 Thread MRAB
On 09/03/2011 18:12, 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. Many than

Re: error in exception syntax

2011-03-09 Thread Alex Willmer
On Mar 9, 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 m

error in exception syntax

2011-03-09 Thread Aaron Gray
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. Many thanks in advance,