On my own system, I'm having an odd problem with offlineimap. I've cloned the git repository, and done a system-wide install via "make clean", "make", "sudo python setup.py install".<br>

<br>If I call "offlineimap" from any location other than than inside of the downloaded git repo (e.g. from the commandline while in my home directory, for instance), I get the following error:<br><br><span style="font-family:courier new,monospace">Traceback (most recent call last):<br>

  File "/usr/local/bin/offlineimap", line 20, in <module><br>    from offlineimap import OfflineImap<br>ImportError: cannot import name OfflineImap</span><br><br><br>If I call "offlineimap" while I'm inside of the git repo, then everything works as expected.<br>

<br>Is there anything obvious that I'm doing wrong, or something someone can suggest as a fix?<br><br>