-
Notifications
You must be signed in to change notification settings - Fork 146
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
TCL Error Can't find a usable init.tcl in the following directories: #726
Comments
yep i have the same problem |
Hey, just open pysilon from builder.py with python instead of using the .bat |
So your saying just open builder.py any everything will work normally? |
Build it in a linux environment it worked for me |
it did not work even tho when i run it it runs with visual studio code |
I am on windows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After I run the .bat file I get this error:
Traceback (most recent call last):
File "C:\Users\aking\Downloads\PySilon-malware-main\PySilon-malware-main\builder.py", line 391, in
root = Tk()
File "C:\Users\aking\AppData\Local\Programs\Python\Python313\Lib\tkinter_init_.py", line 2459, in init
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_tkinter.TclError: Can't find a usable init.tcl in the following directories:
C:/Users/aking/AppData/Local/Programs/Python/Python313/lib/tcl8.6 C:/Users/aking/AppData/Local/Programs/Python/lib/tcl8.6 C:/Users/aking/AppData/Local/Programs/lib/tcl8.6 C:/Users/aking/AppData/Local/Programs/Python/library C:/Users/aking/AppData/Local/Programs/library C:/Users/aking/AppData/Local/Programs/tcl8.6.14/library C:/Users/aking/AppData/Local/tcl8.6.14/library
This probably means that Tcl wasn't installed properly."
I have used this before but I'm just now installing it again to use but now I am getting this error. Do I need a certain version of python? I am using the latest one...
The text was updated successfully, but these errors were encountered: