can't find snap7 library - linux
I'm running Rapbian on a Raspberry Pi Revision B. I downloaded the module python-snap7 as instructed on this webpage: Snap7 Installation I tried it twice: One time using pip and another doing it manually. However, I installed it then via setup.py build and then setup.py install . If i try to create a client, I get the following error: Python 2.7.3 (default, Mar 18 2014, 05:13:23) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import snap7 >>> c = snap7.client.Client() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "