How do I install on OSX
How do I install on OSX? Or do you have any links for installing QBzr on OSX I am uning an intel 10.4 machine.
Cheers,
Grant
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- QBzr Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2007-07-23
- Last reply:
- 2009-03-31
Lukáš Lalinský (luks) said : | #1 |
I've never tried this myself, so I can't help much. But here are some rough steps:
1. Install the Qt binary package from http://
2. Install PyQt4 http://
- there are no binaries for Mac, you will need to compile it
- make sure you are configuring it with the version of Python that is used by bzr, not Apple's 2.3
3. Download the source code from https:/
Kevin Cole (kjcole) said : | #2 |
Just confirming: The above suggestion from Lukáš Lalinský worked great for me...
Robert Kosara (rkosara) said : | #3 |
It seems that the PyQt4 URL has changed to: http://
Other than that, the instructions worked for me too!
Vlad Sanchez (vlad-sanchez) said : | #4 |
I'm having the following issue on Mac OSX 10.5 Intel upon calling 'bzr qlog':
bzr: ERROR: QBzr require at least PyQt 4.1 and Qt 4.2 to run. Please check your install
I installed PyQT4 and QT4.5. I also did a: 'python configure.py > python setup.py build > python setup.py install'
Anyone have this problem?
Will appreciate your help.
Guillermo Gonzalez (verterok) said : | #5 |
In order to install PyQt, you need to have SIP installed.
1) download and install QT4.x
2) get SIP from http://
$> python configure.py -d /Library/
$> make
$> sudo make install
3) get PyQT from http://
$> python configure.py -q </path/
$> make
$> sudo make install
Hope this helps to get qbzr working
Can you help with this problem?
Provide an answer of your own, or ask ryuuguu for more information if necessary.