You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DLL load failed while importing objectify: The specified module could not be found. File "D:\simple-client-server-xml\server.py", line 13, in <module> from opcua import ua, uamethod, Server ImportError: DLL load failed while importing objectify: The specified module could not be found.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I keep getting
DLL load failed while importing objectify: The specified module could not be found. File "D:\simple-client-server-xml\server.py", line 13, in <module> from opcua import ua, uamethod, Server ImportError: DLL load failed while importing objectify: The specified module could not be found.When I try to run server examples. Based on a search in the github repository, the line
from lxml import objectifyin opcua/common/structures.py could be the culprit, but when I pip install lxml I get the feedback, that the requirement is already satisfied.
What could be the problem here?
Beta Was this translation helpful? Give feedback.
All reactions