Thales Porto Mendes
Thales Porto Mendes

Reputation: 23

OpenOPC for Python 3.4

I'm currently using openOPC for python 2.7, I would like to know if is it possible to convert the library to 3.4, I've tried using 2to3 but it didn't work properly, all the versions available only work on python 2, so I'm stucked. I've tried as well looking for another library with OPC-DA connection, but with no success. Have anyone tried to use OpenOPC successfully in Python 3?

Upvotes: 2

Views: 3504

Answers (2)

zhongliang liu
zhongliang liu

Reputation: 1

Download OpenOPC-Python

pip install OpenOPC-Python3x
pip install OpenOPC-Python3x
pip install OpenOPC-Python3x
pip install OpenOPC-Python3x

Upvotes: 0

Morgoth
Morgoth

Reputation: 5176

This project on github adapts OpenOPC for Python 3.4 and newer. Try that.

Upvotes: 2

Related Questions