OpenTrading / OTMql4Py

Open Trading Metatrader 4 Python Integration
GNU Lesser General Public License v3.0
104 stars 49 forks source link

cannot load python27.dll #9

Open gaussleescorpio opened 7 years ago

gaussleescorpio commented 7 years ago

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?

OpenTrading commented 7 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.

kenykau commented 7 years ago

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