-
Notifications
You must be signed in to change notification settings - Fork 23
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
Frequent error of "no method matching Tk.TkWidget(::String, ::String)" when using Images.jl #50
Comments
I'm pretty sure this happens because of JuliaGraphics/Tk.jl#117. Not sure what the best way forward is though. |
@pfitzseb So is there anything can be done on juno's side? If I try it in jupyter everything seemed normal. |
We could use |
Changing this line to |
@pfitzseb thanks for the quick workaround. I will test it for a while and get back if anything happens. |
For reference: JuliaGraphics/Tk.jl#138 |
So far so good. |
Description
This problem happens to be every time I use Images.jl inside juno.
Reproduction Guide
Inside Atom, with uber-juno installed, type:
cmd-j cmd-o
to open console, then:using Images, ImageView, TestImages
to import related package(you may need to install them first) andimg=testimage("mandrill")
to request the test image. After this command atom will throw out an error:Currently you can inspect the content of an image by
display(MIME("text/plain"), img)
but that's far too unfriendly.System Info
Atom 1.16.0 w/ uber-juno 0.1.1
Julia Version 0.5.1 Commit 6445c82 (2017-03-05 13:25 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin13.4.0)
CPU: Intel(R) Core(TM) i7-3540M CPU @ 3.00GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, ivybridge)
The text was updated successfully, but these errors were encountered: