Open gaussleescorpio opened 8 years ago
Sorry for the delay - I'll try to get some time to look at this over the next 2 weeks.
Quick advice is if you have problems with Mql4ZMQtestEA then remove OTMql4Zmq and any zmq related dlls, reboout and just test the OTMql4Py ( which requires OTMql4Lib ).
Make sure these work first.
Mql4ZMQtestEA can have problems of it's own because of the libzmq dependencies.
I also encountered this error before. It seems that you have installed a 64bit version python. I just simply re-installed the python to 32bit version and solved the problem. Hope can help
My testing system is summarized as below
I installed the whole Opentrader which might need OTMMql4Py. I tried the Mql4ZMQtestEA, it works well. When I tried to load Python related EA or scripts, MT4 crashed immediately. I think it is a incompatible version of python related issues. Any idea how to identity or solve this problem?