I been trying to use PyPlot but I keep running into a problem. When I try
using PyPlot
I get the error:
Warning: error initializing module PyPlot:
ErrorException("could not load module python:no error")
It seems the function
pyinitialize()
is causing the problem. When I run it I get the error:
Error could not load module python:no error
in pyinitialize at C:\Users\jonathan\.julia\v0.3\PyCall\src\pyinit.jl:324
in pyinitialize at C:\Users\jonathan\.julia\v0.3\PyCall\src\pyinit.jl:334.
I've looked at the following thread about pyinitialize()
<https://groups.google.com/forum/#!searchin/julia-users/pyinitialize()/julia-users/Al7be9lZyQw/ZT1cYo9oU9wJ>
and
I still can't seem to work out how to fix my problem.
Can someone help me?
Some info:
I've set path using ENV["PYTHON"] = "C:\\Python27" but it doesn't help.
My python distribution is Python(x,y)
My Julia version is 0.3.10.
Python version is 2.7.9
Any ideas?