| ImportError | Python 2.4.4: /usr/bin/python Wed Mar 10 00:33:05 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',)