-->
--> -->
| <type 'exceptions.ImportError'> | Python 2.7.18: /usr/bin/python Fri Oct 31 18:01:21 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'