[julia-users] Re: PyPlot does not work with Julia Version 0.4.0-rc1+5

2016-01-08 Thread MA Laforge
Hi, First: I usually find PyPlot very robust... but am having trouble lately (sounds similar to your problems). *I try to keep my environment simple/clean:* Xubuntu 14.04 +Install Anaconda 2.4.1 (Newer version) +Install Julia 0.4 using : sudo add-apt-repository ppa:staticfloat/juliareleases sud

[julia-users] Re: PyPlot does not work with Julia Version 0.4.0-rc1+5

2015-09-19 Thread Steven G. Johnson
On Friday, September 18, 2015 at 1:10:45 PM UTC-4, Tommy Foley wrote: > > Any updates on this? I still can not seem to fix it. I have checked > multiple git conversations and they seem to have closed the issue, but I > have the master branch and am still getting the same error. > PyPlot works f

[julia-users] Re: PyPlot does not work with Julia Version 0.4.0-rc1+5

2015-09-18 Thread Tommy Foley
Any updates on this? I still can not seem to fix it. I have checked multiple git conversations and they seem to have closed the issue, but I have the master branch and am still getting the same error. On Thursday, September 10, 2015 at 12:06:30 PM UTC-4, Uwe Fechner wrote: > > Hello, > > I have

[julia-users] Re: PyPlot does not work with Julia Version 0.4.0-rc1+5

2015-09-11 Thread John Pearson
This fixed my problem on OS X, but not Ubuntu: https://github.com/stevengj/PyCall.jl/issues/65 I have spent the better part of a day trying to track this down, and am severely confused. On Friday, September 11, 2015 at 3:50:59 PM UTC-4, Steven G. Johnson wrote: > > > > On Thursday, September 10

[julia-users] Re: PyPlot does not work with Julia Version 0.4.0-rc1+5

2015-09-11 Thread Steven G. Johnson
On Thursday, September 10, 2015 at 3:49:24 PM UTC-4, g wrote: > > I have a different failure with PyPlot, this is the first thing I tried > after installing the 0.4.0-rc1 osx binary, Pkg.add("PyPlot");using PyPlot > You need the master version of PyPlot with 0.4 at the moment: Pkg.checkout

[julia-users] Re: PyPlot does not work with Julia Version 0.4.0-rc1+5

2015-09-11 Thread Tommy Foley
I am still having the same problem with PyPlot. I couldn't get it to work in .3.10 for more than one session, before it broke. LoadError: LoadError: InitError: Failed to pyimport("matplotlib"): PyPlot will not work until you have a functioning matplotlib module. PyError (:PyImport_ImportMod

[julia-users] Re: PyPlot does not work with Julia Version 0.4.0-rc1+5

2015-09-10 Thread ggggg
I have a different failure with PyPlot, this is the first thing I tried after installing the 0.4.0-rc1 osx binary, Pkg.add("PyPlot");using PyPlot *julia> **using PyPlot* WARNING: could not import Base.help into PyCall Could not find platform independent libraries Could not find platform depe

[julia-users] Re: PyPlot does not work with Julia Version 0.4.0-rc1+5

2015-09-10 Thread Uwe Fechner
This is not yet fixed. I deleted .jula/v0.4/PyCall and .jula/v0.4/PyPlot. Then I did: Pkg.update() Pkg.checkout("PyCall") Pkg.checkout("PyPlot") Pkg.build("PyCall") using PyPlot This works fine. But if I restart Julia and do using PyPlot again, I get the error: julia> tic(); using PyPlot; toc();

[julia-users] Re: PyPlot does not work with Julia Version 0.4.0-rc1+5

2015-09-10 Thread Steven G. Johnson
Just merged a fix, I think. I've fallen behind a bit on PyCall and PyPlot issues, but I'll be cleaning things up over the next few days since I need these for my class soon.

[julia-users] Re: PyPlot does not work with Julia Version 0.4.0-rc1+5

2015-09-10 Thread Uwe Fechner
I tried it also with Julia 0.3.11. Same error. If I use ipython, import matplotlib works fine. In [2]: matplotlib.__version__ Out[2]: '1.4.3' In [3]: I used conda on ubuntu 14.04, 64 bit to install matplotlib. Am Donnerstag, 10. September 2015 18:06:30 UTC+2 schrieb Uwe Fechner: > > Hello, > >