Did you update to Jaunty? Are you on ATI? I had a similar sounding problem. The ATI drivers are known to not work well with the new versioin of Xorg included in Ubuntu Jaunty.
If this is your problem, there is no easy solution. To get 3D hardware acceleration working at all, you have to switch from the proprietary 'fglrx' driver to the open source 'ati' one. The 'ati' driver is not as good as the proprietary one, but it's getting better as time goes by. Personally, I have started developing Pyglet on my Windows box instead, which sucks, but it works. :-) On Jun 16, 4:22 am, kportertx <[email protected]> wrote: > I recieve a segmentation fault error when I include either of the > following lines > from pyglet.window import key > from pyglet.gl import * > > I am not sure why this is happening, I am using Ubuntu 9.04 and this > code worked a couple weeks ago. Possibly there was an update to > python? > > Any suggestions are appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
