How to setup qbzr under windows xp

Asked by Thanos Lefteris

I have installed bzr 0.18 under windows xp using their installer. I have also installed qbzr using your installer as well. But I am having difficulty using it. What are the dependences I need to install and where I need to install them. Also what I need to configure in order to make qbzr work. I have downloaded qt-win-opensource-4.3.0-mingw.exe and PyQt-gpl-4.2-Py2.5-Qt4.2.3.exe as suggested by the readme and installed at the directories that they suggested by default.

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
QBzr Edit question
Assignee:
No assignee Edit question
Solved by:
Lukáš Lalinský
Solved:
Last query:
Last reply:
Revision history for this message
Lukáš Lalinský (luks) said :
#1

There are no additional dependencies, the installed should contain everything required to run it. What problems are you having with it?

Revision history for this message
Thanos Lefteris (alefteris) said :
#2

I have tested qcommit, qbrowse, qdiff and the seem to work fine now after a reboot. But I am still having problems with qlog. This is what i get:

$ bzr qlog
bzr: ERROR: exceptions.ImportError: No module named Queue

Traceback (most recent call last):
  File "bzrlib\commands.pyc", line 729, in run_bzr_catch_errors
  File "bzrlib\commands.pyc", line 691, in run_bzr
  File "bzrlib\commands.pyc", line 389, in run_argv_aliases
  File "C:/Documents and Settings/thanasisjr/Application Data/bazaar/2.0/plugins\qbzr\__init__.py", line 191, in run
  File "bzrlib\lazy_import.pyc", line 113, in __call__
  File "bzrlib\lazy_import.pyc", line 89, in _replace
  File "bzrlib\lazy_import.pyc", line 184, in _import
  File "C:/Documents and Settings/thanasisjr/Application Data/bazaar/2.0/plugins\qbzr\log.py", line 22, in <module>
ImportError: No module named Queue

bzr 0.18.0 on python 2.5.0.final.0 (win32)
arguments: ['C:\\Program Files\\Bazaar\\bzr.exe', 'qlog']

** please send this report to <email address hidden>
$

Any ideas?

Thank you

Revision history for this message
Best Lukáš Lalinský (luks) said :
#3

On St, 2007-07-25 at 07:22 +0000, Athanasios Lefteris wrote:
> I have tested qcommit, qbrowse, qdiff and the seem to work fine now
> after a reboot. But I am still having problems with qlog. This is what i
> get:
>
> $ bzr qlog
> bzr: ERROR: exceptions.ImportError: No module named Queue

Sorry about this, it looks like I missed one module after all.

For a quick fix, copy
http://svn.python.org/view/*checkout*/python/trunk/Lib/Queue.py?content-type=text%2Fplain&rev=52840 to "C:/Documents and Settings/thanasisjr/Application Data/bazaar/2.0/plugins/qbzr/Queue.py".

I'll build a new fixed installer later this week.

Revision history for this message
Thanos Lefteris (alefteris) said :
#4

Thanks Lukas. This solved the problem.

Its great I have found your tool. Together with bzr, its the only distributed version control system that I have found to be easy to install under windows and at the same time to be powerful and have a nice gui tool (qbzr) to work with :)