-->
--> -->
<type 'exceptions.ImportError'> | Python 2.7.18: /usr/bin/python Wed Jan 15 00:14:12 2025 |
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/azilio/den.st/cgi-bin/overview.py in <module>() |
9 import os |
10 import cgitb; cgitb.enable() # for troubleshooting |
=> 11 import Image |
12 |
13 thumbnailRelativePath = "/generatad/tn" |
Image undefined |
<type 'exceptions.ImportError'>: No module named Image
args =
('No module named Image',)
message =
'No module named Image'