Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Anaconda #5

Closed
Mahdi-Roozbahani opened this issue Jan 26, 2016 · 2 comments
Closed

Python Anaconda #5

Mahdi-Roozbahani opened this issue Jan 26, 2016 · 2 comments
Assignees

Comments

@Mahdi-Roozbahani
Copy link

I have python27 which is installed by Anaconda. Is there anyways that we can connect this API to Anaconda Python?
I added my Anaconda folder to my environment variable, but it didn't help (python27.dll is in the main folder of Anaconda. However, the other dlls are in different folders)
There are many libraries and packages already installed in Anaconda and would be great if we can access to them.

@OpenTrading
Copy link
Owner

You can use Anaconda but the Python under MT4 knows nothing about Anaconda.
Windows determines how a dynamic executable looks for Dlls, and the easiest
thing to do is copy the python27.dll to the Windows system32 (or equivalent) folder.
In our experience, putting the Dll directory on the PATH is not enough. Perhaps
this is why the standard Python distribution adds the python27.dll to the system32
diectory.

We'll add this advice to the documentation - thanks for the report.

@OpenTrading OpenTrading self-assigned this Feb 2, 2016
@OpenTrading
Copy link
Owner

Does your Anaconda include Pywin32? If not, that may also be a problem.

We've added the reauirement for pywin32 to the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants