xlmrpclib ...
Moritz Amort <[email protected]>
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi
i got the log in current.log:
Jun 06 16:2059 : EXCEPTION in /var/www/html/current/apache.py, do_POST(), 176
[logException()]
Traceback (innermost last):
File "/var/www/html/current/apache.py", line 174, in do_POST
result = callAPIMethod(method, params)
File "/var/www/html/current/apache.py", line 283, in callAPIMethod
return xlmrpclib.Fault(1000, 'Module %s not recognized' % module)
NameError: xlmrpclib
(current-1.3 from tarball)
in apache.py lines 274 283 and 294 you wrote 'xlmrpclib'
did you mean 'xmlrpclib' ..?
Thanks
Moritz