Looks like there's some kind of package dependency error going on. You're
best bet is filing and issue with the package owner:
https://github.com/cgroll/TimeData.jl/issues

Otherwise, it looks like it's trying to find the DataFrames package. Have
you done

Pkg.add("DataFrames")
using DataFrames
using TimeData

That might get you past the dependency error.

-Jacob


On Sat, Jun 14, 2014 at 3:11 AM, Peter <[email protected]> wrote:

>   I am using Julia Studio 0.4.4 in Win 7. After installing TimeData, when
> I write:
>   using TimeData
>
>   I get this error:
>
>  
> LoadError("C:\\Users\\peter\\.julia\\TimeData\\src\\TimeData.jl",14,ErrorException("DataFrame
>  not defined"))
>
>
>
>
>
>

Reply via email to