Comment 1 for bug 704609

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: Bazaar Explorer doesn't start after default installation

The error message suggests that Qt libraries cannot be loaded on your installation. Maybe it needs some dlls missed on your system.

I suppose that X:/bazaar/Bazaar is the directory where bzr has been installed.

Can you please check following:

* in the directory X:/bazaar/Bazaar/lib you have following files: PyQt4.QtCore.pyd, QtCore4.dll, sip.pyd, MPR.dll and those files have non zero length

* using depends utility check that PyQt4.QtCore.pyd can find all dependencies (module without sand glass at left).

http://www.dependencywalker.com/

Also, side question: have you enabled adding X:/bazaar/Bazaar to your PATH environment variable? I'm not sure it's relevant here, but I'd like to check this thought too.