On Thu, Apr 22, 2010 at 3:47 AM, Tristam MacDonald <[email protected]>wrote:

> On Wed, Apr 21, 2010 at 10:00 AM, Duong Dang <[email protected]> wrote:
>
>> Hi all,
>>
>> I recently moved to Fedora 12 but couldn't get pyglet it to work. I
>> tried both the Fedora's binary and source code from the hg repo.
>>
>> I had pyglet working on Fedora 10 and 11 and Ubuntu before.
>>
>> Any sugestion will be greatly appriecated.
>> Best,
>>
>> Begin error message:
>> ----
>
>
>
> In errcheck
>>
>>    raise GLException(msg)
>> pyglet.gl.lib.GLException: out of memory
>>
>> ------
>> End error message
>>
>
> My gut feeling is that something is wrong with your OpenGL drivers. What
> graphics card are you using, and are you using the open-source
> or proprietary drivers for your card?
>

-- 
> Tristam MacDonald
> http://swiftcoder.wordpress.com/
>
> -

Hi again,

I got the proprietary nvidia driver installed on the Fedora machine (it's
was the open source one before) and got this slightly different error
message. Any idea?

Best,
Duong


[...@xx]/tmp/pyglet-1.1.4% export PYTHONPATH=`pwd`
[...@xx]/tmp/pyglet-1.1.4% cd examples
[...@xx]/tmp/pyglet-1.1.4/examples% ./events.py
Traceback (most recent call last):
  File "./events.py", line 41, in <module>
    window = pyglet.window.Window(resizable=True)
  File "/tmp/pyglet-1.1.4/pyglet/__init__.py", line 306, in __getattr__
    __import__(import_name)
  File "/tmp/pyglet-1.1.4/pyglet/window/__init__.py", line 1684, in <module>
    gl._create_shadow_window()
  File "/tmp/pyglet-1.1.4/pyglet/gl/__init__.py", line 494, in
_create_shadow_window
    _shadow_window = Window(width=1, height=1, visible=False)
  File "/tmp/pyglet-1.1.4/pyglet/window/xlib/__init__.py", line 474, in
__init__
    super(XlibWindow, self).__init__(*args, **kwargs)
  File "/tmp/pyglet-1.1.4/pyglet/window/__init__.py", line 641, in __init__
    raise NoSuchConfigException('No standard config is available.')
pyglet.window.NoSuchConfigException: No standard config is available.

-- 
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.

Reply via email to