| ImportError | Python 2.4.6: /usr/bin/python2.4 Sat Sep 4 00:25: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/sites/www.resourcez.org/wiki/moin.cgi |
| 35 prof.start() |
| 36 |
| 37 from MoinMoin.request import RequestCGI |
| 38 request = RequestCGI() |
| 39 request.run() |
| MoinMoin undefined, RequestCGI undefined |
ImportError: No module named MoinMoin.request
args =
('No module named MoinMoin.request',)