Skip to content
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

Can't find a usable init.tcl #129

Closed
ereday opened this issue Feb 10, 2017 · 1 comment
Closed

Can't find a usable init.tcl #129

ereday opened this issue Feb 10, 2017 · 1 comment

Comments

@ereday
Copy link

ereday commented Feb 10, 2017

When I try to import ImageView on julia repl, I got following error:

import ImageView

ERROR: LoadError: LoadError: LoadError: Tk.TclError("error initializing Tcl: Can't find a usable init.tcl in the following directories: \n /opt/anaconda1anaconda2anaconda3/lib/tcl8.5 /mnt/ai/opt/julia/0.5.0/lib/tcl8.5 /mnt/ai/opt/julia/lib/tcl8.5 /mnt/ai/opt/julia/0.5.0/library /mnt/ai/opt/julia/library /mnt/ai/opt/julia/tcl8.5.18/library /mnt/ai/opt/tcl8.5.18/library\n\n\n\nThis probably means that Tcl wasn't installed properly.\n")

However, when I check my paths, I see that, there is a init.tcl file in a path which is included in my LD_LIBRARY_PATH variable. So I cannot understand why Tk does cannot find it.
If it is important init.tcl is under ~/opt/anaconda/lib/tcl8.5/init.tcl path and this path is included in LD_LIBRARY_PATH as I said before.

@aviks
Copy link
Collaborator

aviks commented Feb 5, 2020

Should be fixed by #148

@aviks aviks closed this as completed Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants