Ok how do I run qbzr?
This is no doubt a very stupid question, but how do I _run_ qbzr once it's installed? All I see is an __init__.py and running that leads to an error:
<blockquote>
Traceback (most recent call last):
File "C:\win_
from bzrlib import registry
ImportError: No module named bzrlib)
</blockquote>
My problem might be related to a bad install. I installed the dependencies I could but I might have missed something. Python 2.5 was already installed before I started.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- QBzr Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2008-12-14
- Last reply:
- 2010-05-16
Lukáš Lalinský (luks) said : | #1 |
QBzr is not a standalone application, it's a plugin for Bazaar. Once you have Bazaar and QBzr as a plugin installed, you can run commands like "bzr qlog", "bzr qcommit", etc.
Rob (rob-theplacid) said : | #2 |
================
Lukáš Lalinský proposed the following answer:
QBzr is not a standalone application, it's a plugin for Bazaar. Once you
have Bazaar and QBzr as a plugin installed, you can run commands like
"bzr qlog", "bzr qcommit", etc.
================
Ok and if it says:
C:\win_
bzr: ERROR: Not a branch: "C:/win_
...when you type bzr qlog, what do you do then?
-Rob
__________ Information from ESET NOD32 Antivirus, version of virus signature
database 3688 (20081212) __________
The message was checked by ESET NOD32 Antivirus.
Gary van der Merwe (garyvdm) said : | #3 |
You need to run qlog in a directory that is a branch. You can either create a new branch using "bzr qinit" or get a copy of an existing branch using "bzr qbranch".
I recommend that you read http://
aPlatypus (william-full-moon) said : | #4 |
This has confounded me as well. No point making the best product in the world, if no on know how to start-it-up for the first time.
As to this idea, I tried this: bzr qlog
All i get is an error from BZR, as follows.
C:...> bzr qlog
Bazaar: C:\bin\
Unable to load plugin 'qbzr'. It requested API version (2, 1, 0) of module <module 'bzrlib' from 'C:\bin\
bzr: ERROR: unknown command "qlog"
Does this indicate a mismatch in python packages?
w.
Gary van der Merwe (garyvdm) said : | #5 |
On Sun, May 16, 2010 at 11:28 AM, aPlatypus
<email address hidden> wrote:
> aPlatypus posted a new comment:
> This has confounded me as well. No point making the best product in the
> world, if no on know how to start-it-up for the first time.
Answered in Question #111207
Can you help with this problem?
Provide an answer of your own, or ask Rob for more information if necessary.