Olive 0.11.0 on Windows XP

Alexander Belchenko bialix at ukr.net
Sat Oct 28 11:17:10 BST 2006


Eugene Wee пишет:
...
> Traceback (most recent call last):
>   File "olive-gtk", line 59, in ?
>     from olive import OliveGtk
>   File "C:\Python24\Lib\site-packages\olive\__init__.py", line 34, in ?
>     from handler import OliveHandler
>   File "C:\Python24\Lib\site-packages\olive\handler.py", line 31, in ?
>     import bzrlib.errors as errors
> ImportError: No module named bzrlib.errors
> 
> How should I fix this problem to get Olive working?

First at all: you need to have Python-based version of bzr. With
standalone bzr.exe Olive can't working. (If you want details -- I can
explain).

First: you need to install bzr with setup.py script in bzr source tree:

python setup.py install

Or use ready python-based installer (if you want make it by yourself you
need to run 'make python-installer' from bzr source tree; new installer
you find in dist/ subdirectory).

I'm personaly recommend to use python-based installer, because in this
case you will have entry in Add/Remove program manager dialog, and can
easily uninstall old version when you want to install fresh version.

Second: you need to install Olive with setup.py script. Similar to bzr:
or install from sources, or make python-based installer with command:

python setup.py bdist_wininst

Then install olive. After you install olive 0.11 all should work.

If you want to try fresh devel version, I recommend you go to launchpad
page and checkout integration branch of Szilveszter Farkas
(https://launchpad.net/people/phanatic/+branch/bzr-gtk/integration).
This branch contains my fixes for win32. Some of this fixes is important.

--
Alexander





More information about the bazaar mailing list