We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm trying to learn how to use this library in python 3.6.4, win10, but this error appears :
Traceback (most recent call last): File "C:\Python36\lib\multiprocessing\queues.py", line 234, in _feed obj = _ForkingPickler.dumps(obj) File "C:\Python36\lib\multiprocessing\reduction.py", line 51, in dumps cls(buf, protocol).dump(obj) _pickle.PicklingError: Can't pickle <class 'pywintypes.datetime'>: attribute lookup datetime on pywintypes failed
The code is very simple and runned using PyCharm, I was just following the tutorial to use OpenOPC.
import OpenOPC opc = OpenOPC.client() opc.connect('Matrikon.OPC.Simulation.1', 'localhost') print(opc.read('Random.Int1'))
Help please.
The text was updated successfully, but these errors were encountered:
Trying using...
`import pywintypes
pywintypes.datetime = pywintypes.TimeType`
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm trying to learn how to use this library in python 3.6.4, win10, but this error appears :
The code is very simple and runned using PyCharm, I was just following the tutorial to use OpenOPC.
Help please.
The text was updated successfully, but these errors were encountered: