Comment 1 for bug 205230

Revision history for this message
Jakob (jakobsybren) wrote :

The PYTHONPATH should not be set to the actual bzrlib directory. Python looks for a file bzrlib.py OR a directory named bzrlib/ (usually containing a __init__.py) INSIDE the PYTHONPATH. Clearly it doesn't find such a thing. The following should work:
export PYTHONPATH=/usr/local/Bazaar