-
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
Windows 10 LoadError print_escaped not defined #286
Comments
What version of Winston are you using? |
It's the one that I got from doing a Pkg.add("Winston"). I think I'm using v0.13.1.
|
Okay, thanks for checking. The issue seems actually to be with the Tk package, which is a dependency of Winston, rather than with Winston itself. |
Reported in Tk at JuliaGraphics/Tk.jl#140. |
My computer run Windows. I did the following: In
After that Example:
|
I am having a problem similar to issue #283.
I have installed Winston and done a Pkg.update(), but every time I start a Julia REPL session, I get a LoadError when I try to use the package. What is the print_escape?
Also, plots are not being automatically displayed.
The text was updated successfully, but these errors were encountered: