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?