Config-manager

Ben Finney bignose+hates-spam at benfinney.id.au
Sat Jul 12 23:45:10 BST 2008


Nicholas Allen <nick.allen at onlinehome.de> writes:

> So I installed config manager. But now I get this error:
> 
> Traceback (most recent call last):
> ~  File "./bin/pqm", line 46, in <module>
> ~    import pqm
> ~  File "/home/nick/source/pqm/pqm/__init__.py", line 22, in <module>
> ~    import config_manager
> ~  File "/usr/lib/python2.5/site-packages/config_manager/__init__.py",
> line 32, in <module>
> ~    import config_manager.implementations.arch_vcs
> ~  File
> "/usr/lib/python2.5/site-packages/config_manager/implementations/arch_vcs.py",
> line 23, in <module>
> ~    import pybaz
> ImportError: No module named pybaz
> 
> Why do I need pybaz?

Because ConfigManager was written that way (i.e. to require pybaz).

> I assume this is for the old bazaar (before bazaar-ng later renamed
> to bzr)

Correct.

> and I don't need this at all. Shouldn't it work without this?

Yes, but only by rewriting the code in ConfigManager to not depend on
that module.

I don't know if ConfigManager is maintained actively; if it is, I'd
guess that a working patch to remove pybaz dependency would be
appreciated.

-- 
 \           “Why, I'd horse-whip you if I had a horse.” —Groucho Marx |
  `\                                                                   |
_o__)                                                                  |
Ben Finney




More information about the bazaar mailing list