-
Notifications
You must be signed in to change notification settings - Fork 42
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 init.tcl" on Windows #67
Comments
I encounter the same problem on latest Julia release (0.3.2) Win7 x64 :
|
After deleting .julia totally, problem solved! @one-more-minute have you tried that? There still seems to be some weird stuff happening with Pkg, @StefanKarpinski |
@one-more-minute, Otherwise, my Julia seems to be looking into my Anaconda install path, maybe try to install Anaconda? |
Oh, I gave up on both Windows and Tcl a long time ago, but glad you got yours working. |
I'm still getting this error even after starting with a new .julia/v0.4 (didn't want to try the same with v0.3). |
The issues seems to be that Julia finds a Tcl installation from another programming language (Python or Ruby for instance), which does not match the version needed for Tk.jl. |
When I run
using Tk
I get the errorInstalling ActiveTCL didn't help, and copying its
init.tcl
file to one of these locations causedusing Tk
to hang until I reinstalled Julia. For what it's worth, git gui (using Tk) runs fine on my system.The text was updated successfully, but these errors were encountered: