Hi Jose,

I'm not sure if this will solve your problems, but be sure to keep the
capitalization consistent.  "using Dataframes" should be "using
DataFrames".

Cheers, Kevin

On Friday, August 1, 2014, Jose Augusto <[email protected]> wrote:

> Updating info...
>
> Results with building sys.ji image with external module DataFrames (only),
> so userimg.jl has inside:
>
> Base.require("DataFrames.jl")
>
> Running the prepare-julia-env.bat script ends with an error/warning?
>
> .................
> graphics.jl
> profile.jl
> precompile.jl
> 'DEFINITIONS' is not recognized as an internal or external command,
> operable program or batch file.
> The system cannot find the path specified.
>
> Then using DataFrames triggers an error (but Winston, which was loaded
> from the exterior, worked OK):
>
> C:\Users\JAugusto>julia
>                _
>    _       _ _(_)_     |  A fresh approach to technical computing
>   (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
>    _ _   _| |_  __ _   |  Type "help()" to list help topics
>   | | | | | | |/ _` |  |
>   | | |_| | | | (_| |  |  Version 0.3.0-rc1 (2014-07-14 02:04 UTC)
>  _/ |\__'_|_|_|\__'_|  |  Official http://julialang.org/ build
> |__/                   |  x86_64-w64-mingw32
>
> julia> using Winston
>
> julia> plot([1:10],rand(10))
>
> julia> using Dataframes
> Warning: replacing module DataFrames
> Warning: Method definition dump(IO,AbstractDataArray{T,1},Int64,Any) in
> module DataFrames at C:\User
> s\JAugusto\.julia\v0.3\DataFrames\src\dataframe\dataframe.jl:710
> overwritten in module DataFrames at
>  C:\Users\JAugusto\.julia\v0.3\Dataframes\src\dataframe\dataframe.jl:710.
> Warning: Method definition zeros(Type{T<:String},Any...) in module
> DataFrames at C:\Users\JAugusto\.
> julia\v0.3\DataFrames\src\dataframe\dataframe.jl:845 overwritten in module
> DataFrames at C:\Users\JA
> ugusto\.julia\v0.3\Dataframes\src\dataframe\dataframe.jl:845.
> Warning: Method definition ord(Expr,) in module DataFrames at
> C:\Users\JAugusto\.julia\v0.3\DataFram
> es\src\statsmodels\formula.jl:117 overwritten in module DataFrames at
> C:\Users\JAugusto\.julia\v0.3\
> Dataframes\src\statsmodels\formula.jl:117.
> Warning: Method definition ord(Any,) in module DataFrames at
> C:\Users\JAugusto\.julia\v0.3\DataFrame
> s\src\statsmodels\formula.jl:118 overwritten in module DataFrames at
> C:\Users\JAugusto\.julia\v0.3\D
> ataframes\src\statsmodels\formula.jl:118.
> Warning: Method definition
> reorder(Function,PooledDataArray{T,R<:Integer,N},AbstractArray{T,1}...) i
> n module DataFrames at
> C:\Users\JAugusto\.julia\v0.3\DataFrames\src\deprecated.jl:235 overwritten
> in
>  module DataFrames at
> C:\Users\JAugusto\.julia\v0.3\Dataframes\src\deprecated.jl:235.
> Warning: requiring "Dataframes" did not define a corresponding module.
>
> Regards
>
> Jose
>
>

Reply via email to