On Tue, Sep 2, 2008 at 9:09 PM, Ragzouken <[EMAIL PROTECTED]> wrote: > > I changed line 1332 to 'raise', but that produces an error for both > drivers: AttributeError: 'module' object has no attribute 'oledll'. > What are right changes to make to __init__.py to discover the errors?
This is coming from the directsound driver (for Windows), you need to omit this from your driver list (or merely print the traceback of the exception instead of re-raising it). Alex. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
