[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 >

[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.