| ImportError | Python 2.4.3: /usr/local/bin/python Sat Jan 28 20:50:28 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/zarneth/public_html/main.py |
| 8 rnd.seed() |
| 9 |
| 10 import Misc as misc #miscelanious functions |
| 11 import Form, Layout, Content, Account |
| 12 |
| Misc undefined, as undefined, misc undefined |
ImportError: No module named Misc
args =
('No module named Misc',)