In my setup.py file I have
OPTIONS = dict(argv_emulation=True, plist=plist, packages=["pyglet.media.drivers.openal"]) so I'm including the openal package, but it isn't placed in the right spot in my site-packages.zip file (in fact it is at the root of the lib/python2.4 directory). As a hack I am currently manually placing it within the site-packages directory, but this isn't a long term solution. Am I missing an extra field to the packages option?? Naveen On Feb 23, 1:38 pm, infinite8s <[EMAIL PROTECTED]> wrote: > Hello, > > I'm having the same problem. Could you detail what you did (or just > post your setup.py file)? Thanks. > > Naveen > > On Feb 20, 9:54 am, Kewagi <[EMAIL PROTECTED]> wrote: > > > On 20 Feb., 13:47, "Alex Holkner" <[EMAIL PROTECTED]> wrote: > > > > pyglet loads audio driver modules by name, so py2app (and py2exe) > > > won't discover them. Add pyglet.media.drivers.openal (for OS X) to > > > the list of modules to package. > > > That fixed it, thanks a lot! And, yes, I agree, a HOWTO would be very > > helpful - all the information I could find prior to your post was a > > mention of the broken example code. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
