Re: [julia-users] Cannot load NFFT on Mac

2015-09-10 Thread Robert DJ
I figured out what the problem is: In the directory where I tried to load NFFT I also had a file called 'nfft.jl' (non-capital letters). Apparently 'using NFFT' was trying to load the local file. On Thursday, September 10, 2015 at 8:24:22 AM UTC+2, Robert DJ wrote: > > Very strange. I'll try to

Re: [julia-users] Cannot load NFFT on Mac

2015-09-09 Thread Robert DJ
Very strange. I'll try to upgrade and see if that makes a difference. Thanks for letting me know. On Wednesday, September 9, 2015 at 10:10:52 PM UTC+2, John Nelson wrote: > > I just tried to replicate on Yosemite and Julia 0.4.0-pre+7113. > > I was able to `Pkg.update()/add()`; then, `using NFFT

Re: [julia-users] Cannot load NFFT on Mac

2015-09-09 Thread John Nelson
I just tried to replicate on Yosemite and Julia 0.4.0-pre+7113. I was able to `Pkg.update()/add()`; then, `using NFFT` without problems. On Wed, Sep 9, 2015 at 3:37 PM, Robert DJ wrote: > Hi, > > I am having a strange problem on Mac (Yosemite): I cannot load the NFFT >

[julia-users] Cannot load NFFT on Mac

2015-09-09 Thread Robert DJ
Hi, I am having a strange problem on Mac (Yosemite): I cannot load the NFFT package. Unfortunately, it is difficult to diagnose as I do not get any errors, Julia just hangs after using NFFT Uninstalling and reinstalling NFFT does not help, neither does a comp