bzr serve --http cannot find module loggerhead.util
Bug #492614 reported by
Georges Dubus
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead |
Triaged
|
Low
|
Unassigned | ||
loggerhead-breezy |
Fix Released
|
Low
|
Jelmer Vernooij |
Bug Description
I have just branched the lp:loggerhead in my ~/.bazaar/plugins, and whenever I call bzr serve --http, it fails saying :
bzr: ERROR: No module named loggerhead.util
You may need to install this Python library separately.
The serve-branches script works perfectly fine.
Any idea what this may be ? Can I provide any useful information ?
Changed in loggerhead: | |
status: | Incomplete → New |
Changed in loggerhead: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in loggerhead-breezy: | |
status: | New → Fix Released |
assignee: | nobody → Jelmer Vernooij (jelmer) |
importance: | Undecided → Low |
To post a comment you must log in.
Please have a look in ~/.bzr.log, where you should find some more information on the failure to load it.
What does 'ls -la ~/.bazaar/ plugins/ loggerhead' show?