Public bug reported:

Binary package hint: python2.5

uname -a
Linux port02 2.6.22-10-generic #1 SMP Wed Aug 22 08:11:52 GMT 2007 i686 
GNU/Linux


Idle output :

Python 2.5.1 (r251:54863, Aug 17 2007, 18:40:36) 
[GCC 4.1.3 20070812 (prerelease) (Ubuntu 4.1.2-15ubuntu2)] on linux2
Type "copyright", "credits" or "license()" for more information.

    ****************************************************************
    Personal firewall software may warn about the connection IDLE
    makes to its subprocess using this computer's internal loopback
    interface.  This connection is not visible on any external
    interface and no data is sent to or received from the Internet.
    ****************************************************************
    
IDLE 1.2.1      ==== No Subprocess ====
>>> help()

Welcome to Python 2.5!  This is the online help utility.

If this is your first time using Python, you should definitely check out
the tutorial on the Internet at http://www.python.org/doc/tut/.

Enter the name of any module, keyword, or topic to get help on writing
Python programs and using Python modules.  To quit this help utility and
return to the interpreter, just type "quit".

To get a list of available modules, keywords, or topics, type "modules",
"keywords", or "topics".  Each module also comes with a one-line summary
of what it does; to list the modules whose summaries contain a given word
such as "spam", type "modules spam".

help> modules

Please wait a moment while I gather a list of all available modules...

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    help()
  File "site.py", line 351, in __call__
  File "pydoc.py", line 1649, in __call__
    self.interact()
  File "pydoc.py", line 1667, in interact
    self.help(request)
  File "pydoc.py", line 1683, in help
    elif request == 'modules': self.listmodules()
  File "pydoc.py", line 1804, in listmodules
    ModuleScanner().run(callback)
  File "pydoc.py", line 1855, in run
    for importer, modname, ispkg in pkgutil.walk_packages():
  File "pkgutil.py", line 125, in walk_packages
    for item in walk_packages(path, name+'.', onerror):
  File "pkgutil.py", line 110, in walk_packages
    __import__(name)
  File "/usr/lib/python2.5/site-packages/OpenGL/Tk/__init__.py", line 87, in 
<module>
    _default_root.tk.call('package', 'require', 'Togl')
TclError: can't find package Togl
>>>

** Affects: python2.5 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Python : help('modules') fails. Package Togl missing on Gutsy
https://bugs.launchpad.net/bugs/137210
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to