[julia-users] Re: problem loading PyPlot in windows 10

2015-10-22 Thread Steven G. Johnson


On Thursday, October 22, 2015 at 5:02:58 PM UTC-4, Aditya Mahajan wrote:
>
> When I try "using PyPlot", I get the following error:
>
> error compiling jl_Function_call: error compiling convert: error compiling 
> pytype_query: error compiling pyint_query: could not load module 
> C:\Users\mahajan1\.julia\v0.3\Conda\deps\usr\python27.dll: The specified 
> module could not be found.
>
>
Is there any DLL in that directory? 


[julia-users] Re: problem loading PyPlot in windows 10

2015-10-22 Thread Tony Kelman
You can also try running dlopen on that file if it exists, and checking it 
using Dependency Walker to get more information.