| <type 'exceptions.ImportError'> | Python 2.6.6: /usr/bin/python Sat Feb 4 20:29:18 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.
| /data/vhost/freesteel.co.uk/freesteel_www/cgi-bin/jobpreviews.py in |
| 8 cgitb.enable() |
| 9 |
| 10 import STLTools |
| 11 |
| 12 uploaddir = "../uploads/" |
| STLTools undefined |
<type 'exceptions.ImportError'>: No module named STLTools
args =
('No module named STLTools',)
message =
'No module named STLTools'