[julia-users] Re: TK dependency woes

2016-08-29 Thread Lewis Levin
Further: there is nothing about the command line. If you include("script.jl") in julia, the first time it fails. Immediately, run it a second time and it works. Go figure. This is still not really as it should be and looking for any further help. On Monday, August 29, 2016 at 9:45:02 AM

[julia-users] Re: TK dependency woes

2016-08-29 Thread Lewis Levin
Deeper view of the problem. Either code in Julia packages or OS X itself can't resolve symlinks properly. If you look at the conflict message, the conflict is between libtk.dylib and /Library/Frameworks/Tk.framework/Versions/8.5/Tk. Here is the absurdity: libtk.dylib is a symlink to

[julia-users] Re: TK dependency woes

2016-08-29 Thread Lewis Levin
I'd seen that reference you suggested and I don't really want to change all the dependencies. Something in the latest mods of ImageView or Images broke things. All I've done is to reinstall Julia 0.4.6 and all packages. All of the dependencies: Python, TK, tcl have been left as is. If I

[julia-users] Re: TK dependency woes

2016-08-26 Thread Andreas Lobinger
https://github.com/stevengj/PyPlot.jl/issues/164