[julia-users] Problem loading Images module

2014-07-23 Thread Andrew Gibb
Hi, I get the following error: julia using Images ERROR: syntax: invalid assignment location in include at ./boot.jl:245 in include_from_node1 at ./loading.jl:128 in include at ./boot.jl:245 in include_from_node1 at ./loading.jl:128 in reload_path at loading.jl:152 in _require at

Re: [julia-users] Problem loading Images module

2014-07-23 Thread Tim Holy
I don't have a Mac to test on, so others will hopefully be more useful. But here's an explanation of what you're seeing: - The error is being triggered when the package is first loaded. The reason commenting out those lines didn't fix it is that they only affect whether it's used when you read

Re: [julia-users] Problem loading Images module

2014-07-23 Thread Tim Holy
Also, it's always fine to open an issue; those of us who get ~300 julia-related emails a day can easily miss a post, but an issue has permanence and will eventually get noticed. I opened one for you here: https://github.com/timholy/Images.jl/issues/128 --Tim On Wednesday, July 23, 2014

Re: [julia-users] Problem with Images

2014-01-24 Thread Isaiah Norton
It's fixed on master, for now do Pkg.checkout(Images) until new version is tagged. On Fri, Jan 24, 2014 at 9:40 AM, Robert DJ math.rob...@gmail.com wrote: Hi I am having trouble making the Images package work. I've just pull'd and make'd the latest version of Julia and removed my .julia

Re: [julia-users] Problem with Images

2014-01-24 Thread Robert DJ
That worked like a charm :-) Thanks!