| <type 'exceptions.ImportError'> | Python 2.6.2: /usr/bin/python Sun Mar 14 20:34:39 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/stuff/index.cgi in |
| 7 sys.path.append('.') |
| 8 |
| 9 listdir = load('listdir', 'list.cgi') |
| 10 listdir.sitepath = 'list' |
| 11 listdir.bodyext = textwrap.dedent('''\ |
| listdir undefined, load = <built-in function load_source> |
| /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'