DarwinexLabs icon indicating copy to clipboard operation
DarwinexLabs copied to clipboard

NameError: name '_zmq' is not defined

Open hoermann-p opened this issue 4 years ago • 1 comments

I Think I Installed everything as it should be and I get the Error:

NameError: name '_zmq' is not defined

When I run code like: _zmq.DWX_MTX_GET_ALL_OPEN_TRADES()

In the Spyder Kernel.

How can I fix that?

hoermann-p avatar Sep 01 '19 17:09 hoermann-p

from api.DWX_ZeroMQ_Connector_v2_0_1_RC8 import DWX_ZeroMQ_Connector

_zmq = DWX_ZeroMQ_Connector(_verbose=False, _host="ip address of machine that has darwin expert assistant on")

gregnwosu avatar Sep 04 '19 15:09 gregnwosu