Olive 0.11.0 on Windows XP

John Arbash Meinel john at arbash-meinel.com
Fri Oct 27 18:14:34 BST 2006


Eugene Wee wrote:
> Hi,
> 
> I am new to Bazaar, and am currently running Windows XP. Seeing that the
> existing Windows installer was slightly out of date, I decided to try
> and see if I could get my own installer by following the instructions
> given at:
> http://bazaar-vcs.org/BzrWin32Installer

I'm not sure why you think it is out of date. At least, this page:
http://bazaar-vcs.org/WindowsDownloads

Has an installer for 0.11 and an installer for 0.12rc1. (I would
recommend the Windows Native Python-based installers, especially if you
want to run Olive).

...

> When I tried running python olive-gtk, I received this error message:
> 
> 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?

Let's try a few things to figure out what is going on.

First, try:

python -c "import bzrlib; print bzrlib.__version__, bzrlib"

And then:

python -c "import bzrlib.errors"

And we can try and figure out why we might be having these problems.

> 
> Thanks,
> Eugene Wee
> 
> 

It might also be easier to debug this if you meet us on IRC at
chat.freenode.net channel #bzr.

It is a little bit faster to ask questions and get a response.

John
=:->

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20061027/84c970ed/attachment.pgp 


More information about the bazaar mailing list