--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.2: /usr/bin/python
Mon Mar 15 04:48:15 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/inamidst.com/list.cgi in ()
   13 docroot = os.environ.get('DOCUMENT_ROOT', '.')
   14 sys.path.append(os.path.join(docroot, 'dev/code'))
   15 import inventory as inv
   16 
   17 inv.options = inv.Options([
inventory undefined, inv undefined

<type 'exceptions.ImportError'>: No module named inventory
      args = ('No module named inventory',)
      message = 'No module named inventory'