Exception when getting help for a module
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
'bzr mirror' plugin |
New
|
Undecided
|
Unassigned |
Bug Description
python
Python 2.7.2+ (default, Oct 4 2011, 20:06:09)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import bzrlib.Branch
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named Branch
>>> import bzrlib.branch
>>> help(bzrlib.branch)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
return pydoc.help(*args, **kwds)
File "/usr/lib/
self.
File "/usr/lib/
else: doc(request, 'Help on %s:')
File "/usr/lib/
pager(
File "/usr/lib/
return title % desc + '\n\n' + text.document(
File "/usr/lib/
if inspect.
File "/usr/lib/
inspect.
File "/usr/lib/
if c.__bases__:
File "/usr/lib/
obj = _replace()
File "/usr/lib/
extra=e)
bzrlib.
>>> bzrlib.__version__
'2.4.1'
>>> file('/
'DISTRIB_
>>>