<type 'exceptions.ImportError'> | Python 2.6.6: /usr/bin/python Sun Jun 26 01:29:38 2022 |
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/cgi-py/tryStackQuestionImpl.py in |
4 import cgi, sys, os, re |
5 import cgitb; cgitb.enable() |
6 from stackserviceZSI21 import * |
7 from string import Template |
8 import stackQuestions__Config |
stackserviceZSI21 undefined |
/var/cgi-py/stackserviceZSI21.py in |
2 import ZSI |
3 import SoapEncoding_types as SOAP |
4 import OmServiceService_types as WST |
5 import OmServiceService_client as WS |
6 import SoapEncoding_types |
ZSI undefined |
<type 'exceptions.ImportError'>: No module named ZSI
args =
('No module named ZSI',)
message =
'No module named ZSI'