← Back to team overview

bzr-mac team mailing list archive

Re: Bazaar 2.1.0b3 desktop installer for Mac OS X 10.6

 

Hi Gordan, first off a big thank you for your work getting the
dependencies finally sorted out for bzr-explorer!

I've just installed your package, and qbzr is failing to work for me
(bzr qversion):

bzr: ERROR: exceptions.ImportError:
dlopen(/Library/Python/2.6/site-packages/PyQt4/QtGui.so, 2): Library
not loaded: QtGui.framework/Versions/4/QtGui
  Referenced from: /Library/Python/2.6/site-packages/PyQt4/QtGui.so
  Reason: image not found

Traceback (most recent call last):
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line
843, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line
1038, in run_bzr
    ret = run(*run_argv)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line
655, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/qbzr/lib/commands.py",
line 132, in run
    return unbound(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/qbzr/lib/commands.py",
line 119, in run
    return unbound(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/qbzr/lib/commands.py",
line 159, in run
    self._application = QtGui.QApplication(sys.argv)
  File "/Library/Python/2.6/site-packages/bzrlib/lazy_import.py", line
106, in __getattribute__
    obj = _replace()
  File "/Library/Python/2.6/site-packages/bzrlib/lazy_import.py", line
89, in _replace
    obj = factory(self, scope, name)
  File "/Library/Python/2.6/site-packages/bzrlib/lazy_import.py", line
192, in _import
    module = __import__(module_python_path, scope, scope, [member])
ImportError: dlopen(/Library/Python/2.6/site-packages/PyQt4/QtGui.so,
2): Library not loaded: QtGui.framework/Versions/4/QtGui
  Referenced from: /Library/Python/2.6/site-packages/PyQt4/QtGui.so
  Reason: image not found

I've checked and QTGui.so is in the correct place, although the
permissions were set to a non-logged in standard user for some reason.
I can't find QtGui.framework on my system, not sure where it is
supposed to be. As qbzr is failing, then bzr explorer isn't working.

Let me know what else I can do to help diagnose this.

Cheers, Ian

p.s. an uninstaller or at least instructions for removal would be very welcome.



Follow ups

References