qlog: click on commiter e-mail: traceback in console
Bug #148002 reported by
Alexander Belchenko
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Fix Released
|
Low
|
Lukáš Lalinský |
Bug Description
I use QBzr with standalone bzr.exe.
When I click in e-mail of committer in qlog window, then nothing happens and traceback printed in console:
Traceback (most recent call last):
File "C:\work\
import webbrowser
ImportError: No module named webbrowser
Related branches
lp://staging/~qbzr-dev/qbzr/0.9
(Merged)
Changed in qbzr: | |
status: | New → Fix Committed |
Changed in qbzr: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I think it doesn't make sense to bundle the full webbrowser module with the installed, so I've just changed it to use os.startfile in case it's not available. The webbrowser module doesn't much more than that, anyway.