[julia-users] Re: how to move Julia packages from Ubuntu to OSX?

2015-06-18 Thread K leo
Fantastic Eliot - thank you. That problem is resolved! BTW, does anyone know what the following message is about: *julia **using Winston* Warning: could not import Base.Text into Tk On Tuesday, June 16, 2015, Elliot Saba staticfl...@gmail.com wrote: Congratulations! You have helped me

[julia-users] Re: how to move Julia packages from Ubuntu to OSX?

2015-06-18 Thread Andreas Lobinger
On Thursday, June 18, 2015 at 11:08:22 AM UTC+2, Andreas Lobinger wrote: Hello colleague, On Thursday, June 18, 2015 at 10:34:47 AM UTC+2, K leo wrote: BTW, does anyone know what the following message is about: *julia **using Winston* Warning: could not import Base.Text into Tk

[julia-users] Re: how to move Julia packages from Ubuntu to OSX?

2015-06-18 Thread Andreas Lobinger
Hello colleague, On Thursday, June 18, 2015 at 10:34:47 AM UTC+2, K leo wrote: BTW, does anyone know what the following message is about: *julia **using Winston* Warning: could not import Base.Text into Tk There is a activity to move Base graphics calls into Graphics as a package and

Re: [julia-users] Re: how to move Julia packages from Ubuntu to OSX?

2015-06-15 Thread Elliot Saba
Congratulations! You have helped me track down a bug in Pango that I inadvertently introduced four days ago! You win the very helpful and patient community member prize. The good news is, this is now fixed

[julia-users] Re: how to move Julia packages from Ubuntu to OSX?

2015-06-14 Thread K leo
Adding Winston individually succeeded. But I still get the font problem. Looks the same as before. === julia using Winston ploWarning: could not import Base.Text into Tkt julia plot(1:3) (process:73606): Pango-WARNING **:

[julia-users] Re: how to move Julia packages from Ubuntu to OSX?

2015-06-12 Thread Andreas Lobinger
I'm not sure, but there seems to be some issues with homebrew on OSX which is the basis to use libraries like cairo, pango etc. So it could be the copy of the julia part of the package is correct, while the libraries the package tries to call isn't. Check both Cairo.jl and Homebrew.jl issues.

Re: [julia-users] Re: how to move Julia packages from Ubuntu to OSX?

2015-06-12 Thread Elliot Saba
Yes, that should work as well. -E On Fri, Jun 12, 2015 at 2:06 PM, Peter Simon psimon0...@gmail.com wrote: If the user has a large number of packages installed on the old system, how about doing a Pkg.init(), followed by copying over only the REQUIRE file from ~/.julia/v0.x/ and then doing a

Re: [julia-users] Re: how to move Julia packages from Ubuntu to OSX?

2015-06-12 Thread Peter Simon
If the user has a large number of packages installed on the old system, how about doing a Pkg.init(), followed by copying over only the REQUIRE file from ~/.julia/v0.x/ and then doing a Pkg.update()? This could save some typing. --Peter On Friday, June 12, 2015 at 9:25:54 AM UTC-7, Elliot

Re: [julia-users] Re: how to move Julia packages from Ubuntu to OSX?

2015-06-12 Thread Elliot Saba
Hello K Leo, First off, because many packages use binary dependencies, you shouldn't copy packages from one computer to the other like that; although in principle it shouldn't break anything, you will have a bunch of extra files laying around that your computer doesn't know what to do with, and I