OTMql4Py
OTMql4Py copied to clipboard
cannot load python27.dll
My testing system is summarized as below
- Windows 8, 64 bit
- MT4, version 4.00 and build 1012
- Python installed python 2.7 32 bit (considering 64 bit python can cause problem.) from official python release 2.7.11
- OTMql4Py from git
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?
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