Relatively new to python (been learning over the last 2 months). I thought 
pyglet looked cool and wanted to try it out. I'm using pycharm, it points at 
python 2.7 on my 10.8 OSX box. So I downloaded the mpkg and installed it. And 
then created a new project in pycharm, typed in the code from the helloworld 
example (http://www.pyglet.org/doc/programming_guide/hello_world.html). 
Attempted to run it, but it complained:

    import pyglet
ImportError: No module named pyglet

Doing a file system search for pyglet files, I see lots of references to 
python2.6 and python2.5. Am I just out of luck? Or is there some other trick I 
should use to be able to give pyglet a go?

TIA

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyglet-users/-/9PK8p3eb0v0J.
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