--> --> -->
 
 
<type 'exceptions.ValueError'>
Python 2.6.5: /usr/bin/python
Mon Sep 14 02:05:49 2026

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

 /home/httpd/cgi-bin/location in ()
    3 import sys
    4 sys.path.insert(0, '/ums1/lib/python')
    5 import appw3
    6 
    7 appw3.run_application('/ums1/MINIDML', 'minidmlrd')
appw3 = <module 'appw3' from '/ums1/lib/python/appw3.py'>, appw3.run_application = <function run_application>
 /ums1/lib/python/appw3.py in run_application(app_root='/ums1/MINIDML', name='minidmlrd', debug=1)
  104     app_class = getattr(module, classname)
  105     app = app_class(name)
  106     app.run()
  107 
  108 def make_link(text, *args, **kwargs):
app = <xmlrpcw3.REDIRECT instance>, app.run = <bound method REDIRECT.run of <xmlrpcw3.REDIRECT instance>>
 /ums1/MINIDML/lib/xmlrpcw3.py in run(self=<xmlrpcw3.REDIRECT instance>)
  477         #db = xmlrpclib.ServerProxy("http://193.54.237.115/cgi-bin/minirpc")
  478         db = xmlrpclib.ServerProxy("http://minidml.mathdoc.fr/cgi-bin/minirpc")
  479         id = int(form['id'])
  480         try:
  481             item = db.url("%08d" % id)
builtin id = <built-in function id>, builtin int = <type 'int'>, global form = {'id': '00188866 00013937'}

<type 'exceptions.ValueError'>: invalid literal for int() with base 10: '00188866 00013937'
      args = ("invalid literal for int() with base 10: '00188866 00013937'",)
      message = "invalid literal for int() with base 10: '00188866 00013937'"