Dear List
I'm new (very new ) to Python and whilst exploring the help on python 2.5.2 i get the following error message, I've tried a fresh install of pythonMac and a restart, I would be glad of some help
Best wishes
Jeremiah

help> modules

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

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site.py", line 346, in __call__
    return pydoc.help(*args, **kwds)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/pydoc.py", line 1648, in __call__
    self.interact()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/pydoc.py", line 1666, in interact
    self.help(request)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/pydoc.py", line 1682, in help
    elif request == 'modules': self.listmodules()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/pydoc.py", line 1803, in listmodules
    ModuleScanner().run(callback)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/pydoc.py", line 1854, in run
    for importer, modname, ispkg in pkgutil.walk_packages():
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/pkgutil.py", line 125, in walk_packages
    for item in walk_packages(path, name+'.', onerror):
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/pkgutil.py", line 110, in walk_packages
    __import__(name)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/PyOpenGL-3.0.0b1-py2.5.egg/OpenGL/Tk/ __init__.py", line 87, in <module>
    _default_root.tk.call('package', 'require', 'Togl')
_tkinter.TclError: can't find package Togl

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to