Launchpad plugin install is optional - but required for bzr-explorer to run
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Explorer |
Confirmed
|
Medium
|
Unassigned |
Bug Description
The launchpad integration plugin appears to be required for bzrw to run.
On a machine without Bazaar installed.
1) Run setup (via windows installer)
2) De-select the launchpad integration plugin
3) After setup completes, run bzrw. The process starts and immediately exits. The following is in .bzr.log:
Wed 2010-11-03 12:15:36 -0500
0.453 bazaar version: 2.2.1
0.453 bzr arguments: [u'explorer']
0.453 looking for plugins in C:/Users/
0.453 looking for plugins in C:/Program Files (x86)/Bazaar/
2.200 encoding stdout as osutils.
2.855 Traceback (most recent call last):
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "C:/Program Files (x86)/Bazaar/
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "C:/Program Files (x86)/Bazaar/
File "C:/Program Files (x86)/Bazaar/
ImportError: No module named launchpad
2.855 return code 3
Changed in bzr-explorer: | |
importance: | Medium → High |
milestone: | none → 1.1.2 |
summary: |
- Launchpad plugin install is optional - but required for bzrw to run + Launchpad plugin install is optional - but required for bzr-explorer to + run |
Changed in bzr-explorer: | |
milestone: | 1.1.2 → none |
I think the best way to fix this, is to make BE fail gracefully when the launchpad integration plugin is not installed.