-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failure: getgc
has no method matching getgc(::Canvas)
#203
Comments
I suspect this will be fixed by #202, but I haven't had time to test yet. |
I am having similar error julia> using Winston
Warning: imported binding for Graphics overwritten in module Main
julia> imagesc(eye(3))
Error showing value of type error during Tk callback:
ERROR: `getgc` has no method matching getgc(::Canvas)
in anonymous at /home/weijian/.julia/v0.3/Winston/src/tk.jl:23
in configure at /home/weijian/.julia/v0.3/Tk/src/tkwidget.jl:246
in init_canvas at /home/weijian/.julia/v0.3/Tk/src/tkwidget.jl:407
in anonymous at /home/weijian/.julia/v0.3/Tk/src/tkwidget.jl:386
in jl_tcl_callback at /home/weijian/.julia/v0.3/Tk/src/tkwidget.jl:145
FramedPlot:
ERROR: `getgc` has no method matching getgc(::Canvas)
in anonymous at /home/weijian/.julia/v0.3/Winston/src/tk.jl:23
in configure at /home/weijian/.julia/v0.3/Tk/src/tkwidget.jl:246
in init_canvas at /home/weijian/.julia/v0.3/Tk/src/tkwidget.jl:407
in anonymous at /home/weijian/.julia/v0.3/Tk/src/tkwidget.jl:386
in jl_tcl_callback at /home/weijian/.julia/v0.3/Tk/src/tkwidget.jl:145 |
Thanks for testing. |
Yes, #202 fixed my problem as well. Thanks! |
Just to summarize the above (a nice exercise until the fix gets "in"): |
This error has reappeared on 0.3 for me. |
It's related to JuliaGraphics/Graphics.jl#1 The temporary fix in that issue ( |
Just started getting this error today.
I got the same error on a couple different versions of Julia:
0.3
I tried it again on an 0.4 commit (a couple of days off of master) and got the same error.
Thought it might be something weird going on with my desktop, so I tried in on my Macbook Air and got the same error:
The text was updated successfully, but these errors were encountered: