Hi I followed suggestions and looked up help and searched for earlier similar problem. Found few and tried those out. For example I set PYTHONPATH and PYTHONHOME variables (Python 2.7 is running because my path in windows was set to the bin for python). Then I restarted Julia but I am getting same error. I even changed PyCall.jl lines where few posts suggested issue with exec ":". I changed back to :
ENV["PYTHONHOME"]=exec_prefix by commenting the rest out (i.e., @windows? exec_prefix...etc) But even this did not work. I have windows 7-64 bit and downloaded latest Julia binary v0.2.0. The error messages are: could not load module python: The specified module could not be found in pyinitialize at ..\src\PyCall.jl:413 in pyinitialize at ..\src\PyCall.jl:418 warning: backtraces on your platform are often misleading. at ..\PyPlot.jl:32 I will appreciate some help here. And also I have only one python installation which is the Enthought edition. Also a related question, if I change something in *.jl such as what I changed above, I read that I have do reverse git. I have no idea what that is. Really I am quite fresh to this. So please can someone guide me here? Thanks in advance.
