[Tutor] after installed modules with softwarecenter -Ubuntu 10.04 LTS - the interpreter gives error message " ImportError: No module named pyglet"

slip slidEnaway typentalk at gmail.com
Mon Jul 8 07:15:06 CEST 2013


so do i include a path?
or some other global directive to make the module
  linked or
what?
using idle
here is a copy of the screen
         i will read docs if i get links...............
 thanx for any guidance

i found this
but i have not used sudo

"

sudo python setup.py install

Once installed you should be able to import pyglet from any terminal
without setting the PYTHONPATH.  "

Python 3.1.2 (r312:79147, Oct 23 2012, 20:07:58)
[GCC 4.4.3] on linux2
Type "copyright", "credits" or "license()" for more information.
==== No Subprocess ====
>>>
Traceback (most recent call last):
  File "/home/bob/import pyglet.py", line 1, in <module>
    import pyglet
ImportError: No module named pyglet
>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130707/347e2956/attachment-0001.html>


More information about the Tutor mailing list