2013-06-01 24 views
1

我想測試出在朱莉婭溫斯頓繪圖引擎。我安裝了軟件包,但我得到了一些錯誤,現在當我嘗試編譯的例子之一:朱莉婭錯誤:沒有一種方法haskey(快譯通{字符串,快譯通{字符串,字符串}},ASCIIString)

> julia example1.jl 
Warning: could not import Base.haskey into Inifile 
Warning: could not import Graphics.set_source into Color 
ERROR: no method haskey(Dict{String,Dict{String,String}},ASCIIString) 
in read at /Users/thinkpad20/.julia/IniFile/src/IniFile.jl:41 
in read at /Users/thinkpad20/.julia/IniFile/src/IniFile.jl:67 
in anonymous at /Users/thinkpad20/.julia/Winston/src/Winston.jl:39 
in include_from_node1 at loading.jl:88 
in reload_path at loading.jl:111 
in require at loading.jl:46 
in include_from_node1 at loading.jl:88 
in process_options at client.jl:253 
in _start at client.jl:334 
at /Users/thinkpad20/.julia/Winston/src/Winston.jl:31 
at /Users/thinkpad20/.julia/Winston/examples/example1.jl:3 

誰能告訴我這是怎麼回事?它似乎是它找不到Base.haskey,但我不知道如何解決這個問題。

+0

我想你了過期的構建朱莉婭。你的系統是否還有'擁有'? –

回答