--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.5: /usr/bin/python
Mon May 21 15:20: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.

 /var/www/inamidst.com/stuff/updates.cgi in ()
   46 ))
   47 
   48 import changes, inventory
   49 
   50 def getUpdates(): 
changes undefined, inventory undefined

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