7 Nov
2003
7 Nov
'03
8:51 p.m.
Dmitrij Repp wrote:
At attempt of import
import PythonScript
Error Type: ImportError Error Value: import of "PythonScript" is unauthorized
There is no top-level module called "PythonScript". The Script import machinery says that import is unauthorized rather than telling you it can't find the module in order to prevent information leakage to untrusted code (i.e. probing to see what modules are installed). Cheers, Evan @ 4-am