Problems installing bzr from source on windows

Alexander Belchenko bialix at ukr.net
Thu Sep 27 12:04:34 BST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Nicholas Allen пишет:
> 
>> Always when I have this problem the solution was:
>> delete
>> C:\Python24\Lib\site-package\bzrlib
>> directory and reinstall it again.
>>   
> Thanks. I tried this but still get the same problem (even after deleting
> build and bzrlib directories) ;-(
>>  
>>> I have uninstalled the previous version that was installed through the
>>> installation wizard.
>>>     
>>
>> Can you delete build directory from 0.91 sources,
>> then run install again, but with redirecting output to file
>> and send this file to me?
>>
>> C:\Python24\Python.exe setup.py install > install.log
> I've attached the install log.

- From log I see that all modules and packages installed correctly.
I think you have some old version floating around.
Can you please do following:

python -c "import bzrlib; print bzrlib"

and make sure, that path in output is
C:\Python24\Lib\site-packages\bzrlib\__init__.pyc

I bet it will be different on your machine,
and you'll see where old version stays.

I just installed 0.91 on my machine with Python 2.4.
All works fine.

BTW, you can build python-installer for 0.91 by yourself:
python setup.py bdist_wininst -d.

[µ]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG+45CzYr338mxwCURAiCqAJ4niP4AvAC1o+eONx24Ii/kKPSkcQCeO7Xr
adyM9kRBDWcOen4tR2RU27k=
=xSZ1
-----END PGP SIGNATURE-----



More information about the bazaar mailing list