-
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
ERROR: LoadError: LoadError: LoadError: LoadError: UndefVarError: print_escaped not defined #290
Comments
julia> Pkg.build("Winston") julia> using Winston julia> plot(6) |
julia> using WinRPM julia> WinRPM.update() julia> Pkg.build("Winston") julia> using Winston julia> plot(rand(10)) Unfortunatly any plots.... any new window |
My computer run Windows. I did the following: In
After that Example:
|
New, clear instaling of Julia, Instalesd was only WINSTON via Pkg.add..
julia> using Winston
INFO: Precompiling module Cairo.
INFO: Precompiling module IniFile.
INFO: Precompiling module StatsBase.
ERROR: LoadError: LoadError: LoadError: LoadError: UndefVarError: print_escaped not defined
Stacktrace:
[1] init() at C:\Users\PC.julia\v0.6\Tk\src\tkwidget.jl:49
[2] include_from_node1(::String) at .\loading.jl:576
[3] include(::String) at .\sysimg.jl:14
[4] include_from_node1(::String) at .\loading.jl:576
[5] eval(::Module, ::Any) at .\boot.jl:235
[6] _require(::Symbol) at .\loading.jl:490
[7] require(::Symbol) at .\loading.jl:405
[8] include_from_node1(::String) at .\loading.jl:576
[9] include(::String) at .\sysimg.jl:14
[10] include_from_node1(::String) at .\loading.jl:576
[11] eval(::Module, ::Any) at .\boot.jl:235
[12] _require(::Symbol) at .\loading.jl:490
[13] require(::Symbol) at .\loading.jl:405
while loading C:\Users\PC.julia\v0.6\Tk\src\tkwidget.jl, in expression starting on line 457
while loading C:\Users\PC.julia\v0.6\Tk\src\Tk.jl, in expression starting on line 37
while loading C:\Users\PC.julia\v0.6\Winston\src\tk.jl, in expression starting on line 1
while loading C:\Users\PC.julia\v0.6\Winston\src\Winston.jl, in expression starting on line 2814
julia> versioninfo()
Julia Version 0.6.2
Commit d386e40c17* (2017-12-13 18:08 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, sandybridge)
The text was updated successfully, but these errors were encountered: