When python can not find zope module

Description:
Import Iterface from zope.interface module with python interpreter through command line.
ImportError: No module named zope.interface
Caused by: Not set environment path
Solution: Run setenv.bat in the directory of INSTANCE_HOME\bin
Note: %~pd1 only expand to driver name and path, see help call

你可能感兴趣的:(python)