Looks like the root cause is a breaking change in Winston in preparation for Julia v0.4 (see here <https://github.com/nolta/Winston.jl/issues/220>). The fix is Pkg.pin("Winston", v"0.11.0"), which shouldn't be necessary once v0.4 is released.
On Fri, Jul 24, 2015 at 10:16 AM, Warwick Louw <[email protected]> wrote: > I just ran into the same issue, any change? > > On Tuesday, 16 June 2015 00:37:11 UTC+2, Alex Ames wrote: >> >> I submitted an issue >> <https://github.com/one-more-minute/Julia-LT/issues/198>to Julia-LT; it >> seems we're running into the same bug. No responses to the issue yet on >> Github. >> >> >> On Wednesday, June 10, 2015 at 9:17:58 AM UTC-5, JKPie wrote: >>> >>> Hi, >>> From one the latest update of Julia I started to have the following >>> error after each line in Juno: >>> TkWidget has no method matching TkWidget(::UTF8String,::ASCIIString) >>> Do you have an idea how to fix it, the code works, but this 'result' is >>> really annoying. >>> >>> thank you for help, >>> Jakub >>> >>> >>> >>> >>> <https://lh3.googleusercontent.com/-7_2mI9gGC2A/VXhGP-117oI/AAAAAAAADzk/76RApXmDdko/s1600/Untitled.png> >>> >>>
