Open baoliwen929 opened 6 years ago
Regarding to https://stackoverflow.com/questions/4145079/importerror-no-module-named-pythoncom you need to either install ActivePython or install the missed module separately from git
OpenOPC seems to only work for x86 python. If you don't have it, you should install it and run the code from it. Then you should :
PlatForm : Windows 7 X64 , Python version : 3.7 when I use : import OpenOPC opc = OpenOPC.client() Pycharm raise an error "NameError: name 'pythoncom' is not defined".