Hi Gideon,
On Wednesday 02 July 2008 11:34:46 am Gideon Simpson wrote:
> So no one else has seen this bug? I'm on an OS X 10.5.4 machine with
> fink python 2.5.2 and associated backend packages. i'm using my own
> builds of numpy/scipy and matplotlib.
> -gideon
(Please don't top post, it makes it difficult to follow the conversation.)
When I run::
help()
help> modules
I get an error related to Moin:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
/home/darren/<ipython console> in <module>()
/usr/lib64/python2.5/site.pyc in __call__(self, *args, **kwds)
345 def __call__(self, *args, **kwds):
346 import pydoc
--> 347 return pydoc.help(*args, **kwds)
348
349 def sethelper():
/usr/lib64/python2.5/pydoc.pyc in __call__(self, request)
1646 else:
1647 self.intro()
-> 1648 self.interact()
1649 self.output.write('''
1650 You are now leaving help and returning to the Python interpreter.
/usr/lib64/python2.5/pydoc.pyc in interact(self)
1664 request = strip(replace(request, '"', '', "'", ''))
1665 if lower(request) in ('q', 'quit'): break
-> 1666 self.help(request)
1667
1668 def getline(self, prompt):
/usr/lib64/python2.5/pydoc.pyc in help(self, request)
1680 elif request == 'keywords': self.listkeywords()
1681 elif request == 'topics': self.listtopics()
-> 1682 elif request == 'modules': self.listmodules()
1683 elif request[:8] == 'modules ':
1684 self.listmodules(split(request)[1])
/usr/lib64/python2.5/pydoc.pyc in listmodules(self, key)
1801 if find(modname, '.') < 0:
1802 modules[modname] = 1
-> 1803 ModuleScanner().run(callback)
1804 self.list(modules.keys())
1805 self.output.write('''
/usr/lib64/python2.5/pydoc.pyc in run(self, callback, key, completer)
1852 callback(None, modname, desc)
1853
-> 1854 for importer, modname, ispkg in pkgutil.walk_packages():
1855 if self.quit:
1856 break
/usr/lib64/python2.5/pkgutil.pyc in walk_packages(path, prefix, onerror)
123 path = [p for p in path if not seen(p)]
124
--> 125 for item in walk_packages(path, name+'.', onerror):
126 yield item
127
/usr/lib64/python2.5/pkgutil.pyc in walk_packages(path, prefix, onerror)
108 if ispkg:
109 try:
--> 110 __import__(name)
111 except ImportError:
112 if onerror is not None:
/usr/lib64/python2.5/site-packages/MoinMoin/macro/__init__.py in <module>()
49
#############################################################################
50
---> 51 class Macro:
52 """ Macro handler
53
/usr/lib64/python2.5/site-packages/MoinMoin/macro/__init__.py in Macro()
81 # we need the lang macros to execute when html is generated,
82 # to have correct dir and lang html attributes
---> 83 for lang in i18n.wikiLanguages():
84 Dependencies[lang] = []
85
TypeError: 'NoneType' object is not iterable
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users