On 4 June 2011 02:14, dc <[email protected]> wrote:
> on osx after running the .dmg - where the does pyglet get
> "installed"?

After opening the DMG file, did you run the installer that was in it?
pyglet is installed in the default system Python's extensions
(site-packages) folder.

You should be able to access it by opening a Terminal and running:

% python
>>> import pyglet

If that doesn't work then you've done something to your environment
(installed another version of Python and not configured the shell? you
mentioned running a different shell?)


      Richard

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