-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
I followed OpenOPC Library Tutorial:
import OpenOPC
opc = OpenOPC.open_client('<server-ip>')
opc.servers()
but when I try listing servers I get:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\Pyro\core.py", line 381, in __call__
return self.__send(self.__name, args, kwargs)
File "C:\Python27\lib\site-packages\Pyro\core.py", line 455, in _invokePYRO
self.adapter.bindToURI(self.URI)
File "C:\Python27\lib\site-packages\Pyro\protocol.py", line 330, in bindToURI
raise ProtocolError('connection failed')
Pyro.errors.ProtocolError: connection failed
suggestions?
Metadata
Metadata
Assignees
Labels
No labels