--> --> -->
 
 
ImportError
Python 2.4.4: /usr/bin/python
Sat Mar 13 18:41:36 2010

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/cgi-bin/webserver-dir.cgi
   27 cgitb.enable()
   28 
   29 import bzrlib.plugin
   30 bzrlib.plugin.load_plugins()
   31 from bzrlib.plugins.webserve import hgweb
bzrlib undefined

ImportError: No module named bzrlib.plugin
      args = ('No module named bzrlib.plugin',)