Skip to content

Windows 10 LoadError print_escaped not defined #286

@madenu

Description

@madenu

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.

_       _ _(_)_     |  A fresh approach to technical computing
(_)     | (_) (_)    |  Documentation: https://docs.julialang.org
_ _   _| |_  __ _   |  Type "?help" for help.
| | | | | | |/ _` |  |
| | |_| | | | (_| |  |  Version 0.6.2 (2017-12-13 18:08 UTC)
_/ |\__'_|_|_|\__'_|  |  Official http://julialang.org/ release
|__/                   |  x86_64-w64-mingw32

julia> using Winston
ERROR: LoadError: LoadError: LoadError: LoadError: UndefVarError: print_escaped not defined
Stacktrace:
[1] init() at C:\Julia\pkgs-0.6.2.1\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:\Julia\pkgs-0.6.2.1\v0.6\Tk\src\tkwidget.jl, in expression starting on line 457
while loading C:\Julia\pkgs-0.6.2.1\v0.6\Tk\src\Tk.jl, in expression starting on line 37
while loading C:\Julia\pkgs-0.6.2.1\v0.6\Winston\src\tk.jl, in expression starting on line 1
while loading C:\Julia\pkgs-0.6.2.1\v0.6\Winston\src\Winston.jl, in expression starting on line 2814

julia> Pkg.update()
INFO: Updating METADATA...
INFO: Computing changes...
INFO: No packages to install, update or remove

julia> using Winston

julia> pw = FramedPlot()
Winston.FramedPlot(...)

julia> pw = plot(rand(100))
Winston.FramedPlot(...)

julia> display(pw)
Winston.FramedPlot(...)

julia>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions