python snap7 windows - can't find snap7 library
问题 i try to install snap7 (to read from a S7-1200) with it's python-snap7 0.4 wrapper but i get always a traceback with the following simple code. from time import sleep import snap7 from snap7.util import * import struct plc = snap7.client.Client() Traceback: >>> Traceback (most recent call last): File "Y:\Lonnox\Projekte\Bibliothek\Python und SPS\S7-1200 Test.py", line 6, in <module> plc = snap7.client.Client() File "C:\Python34\lib\site-packages\snap7\client.py", line 30, in __init__ self