Integrating with Bazaar on Windows
Adam Glauser
adamglauser at gmail.com
Wed May 5 18:19:13 BST 2010
> On Thu, Apr 29, 2010 at 10:29 PM, Adam Glauser <adamglauser at gmail.com> wrote:
>> I've installed Bazaar 2.1.1 using the Windows .exe installer. Python can't
>> find the bzrlib module when I do `from bzrlib import workingtree`.
>> C:\Program Files\Bazaar\lib is in the PYTHONPATH.
>>
>> Is this expected? What would be my next step to get Python to import from
>> bzrlib?
Gary van der Merwe wrote:
> I don't have access to a Windows machine right now, so I can't check,
> but I recall being able to adding C:\Program File\Bazaar\Libary.zip to
> your python path.
Thanks to everyone's help I seem to have the correct versions Bazaar and
Python and the PYTHONPATH set correctly.
FWIW, the solution for me was adding C:\Program Files\Bazaar\library.zip
to my PYTHONPATH, in conjunction with using Python 2.5 instead of Python
2.6.
I wanted to try to keep the installation and upgrade of Bazaar as simple
as possible, and as such wanted to stick to using the standalone install
of Bazaar for now.
Now I just need to figure out a few permission settings to get IIS and
PyISAPIe to play nicely with my repository.
More information about the bazaar
mailing list