There's an error in the GL.py that prevents it from importing -- it tries to
use "as" as a variable name... here's a patch

p.s. it would be great to have something like git to work with -- I know
github is great for projects like this.

Jared
45c45
<         as = 0
---
>         als = 0
51c51
<             as = self._alpha_size
---
>             als = self._alpha_size
65c65
<             gdkgl.ALPHA_SIZE, as,
---
>             gdkgl.ALPHA_SIZE, als,
213c213
<     
\ No newline at end of file
---
>     
_______________________________________________
Pygui mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pygui

Reply via email to