pydoc works by reading and inspecting each module. It finds one of your
local modules, which does an "exec('from %s import *' % backend)", then
not finding other modules. I don't think this is a bug in pydoc. are all
the needed modules available in sys.path?

File "/usr/lib/python2.5/pkgutil.py", line 110, in walk_packages
    __import__(name)
  File "/home/jrp/scripting/src/tools/py4cs/easyviz/__init__.py", line 21, in 
<module>
    exec('from %s import *' % backend)
  File "<string>", line 1, in <module>
  File "/home/jrp/scripting/src/tools/py4cs/easyviz/gnuplot_.py", line 3, in 
<module>
    from py4cs.easyviz.numpytools import ones, ravel, shape, NewAxis
  File "/home/jrp/scripting/src/tools/py4cs/easyviz/numpytools.py", line 367, 
in <module>
    LinearAlgebra.eigenvalues = _N.eigenvalues
AttributeError: 'module' object has no attribute 'eigenvalues'


** Changed in: python2.5 (Ubuntu)
       Status: New => Triaged

-- 
[apport] pydoc2.5 crashed with AttributeError in <module>()
https://bugs.launchpad.net/bugs/116463
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