--> -->
 
 
NotImplementedError
Python 2.2.2: /home/project-web/vb2py/cgi-bin/py/python
Wed May 16 20:40:59 2012

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/project-web/vb2py/cgi-bin/convert.py
   15 form = cgi.FieldStorage()
   16 if not form.has_key("code"):
   17         raise NotImplementedError("No code found in request")
   18 
   19 import vb2py.vbparser
NotImplementedError undefined

NotImplementedError: No code found in request
      __doc__ = "Method or function hasn't been implemented yet."
      __getitem__ = <bound method NotImplementedError.__getitem__ of <exceptions.NotImplementedError instance>>
      __init__ = <bound method NotImplementedError.__init__ of <exceptions.NotImplementedError instance>>
      __module__ = 'exceptions'
      __str__ = <bound method NotImplementedError.__str__ of <exceptions.NotImplementedError instance>>
      args = ('No code found in request',)