gijzelaerr / python-snap7

A Python wrapper for the snap7 PLC communication library
http://python-snap7.readthedocs.org/
MIT License
643 stars 245 forks source link

No module found #289

Closed INDRANI125 closed 3 years ago

INDRANI125 commented 3 years ago

I was trying to install Snap7 Library on Windows 2012 Server R2 OS where I have installed latest python version and downloaded Snap7 from link provided in documentation for Windows and also have copied Snap7 DLL file in Windows->System32 folder as well but while running python program, I am getting No module found error. Can any one help? or provide me guide what I am doing wrong while installing?

gijzelaerr commented 3 years ago

can you try to install the binary wheel for windows from here:

https://github.com/gijzelaerr/python-snap7/suites/2822028160/artifacts/62930376

this is the new version which we will release at some point and has the snap7 dll build in.

INDRANI125 commented 3 years ago

Running Now.Thank u :-)

gijzelaerr commented 3 years ago

So the windows binary wheel is working for you?

I think it is time I upload them to pypi then :)

INDRANI125 commented 3 years ago

Yes :)