-
Exception ignored in:
Traceback (most recent call last):
File "/opt/python/3.7.1/lib/python3.7/tkinter/__init__.py", line 3507, in __del__
self.tk.call('image', 'delete', self.name)
…
-
The following code snipped shows an "undefined variable error" for $g(1) for me.
This is a new issue in kommodo 9.0 for me and IMHO quite annoying...
```
set g(1) 1
proc a {} {
global g
puts …
-
```
What steps will reproduce the problem?
1. copy nanorc config of tcl to ~/.nanorc
2. run nano file.tcl
3.
What is the expected output? What do you see instead?
nano should open without error, but …
-
```
What steps will reproduce the problem?
1. copy nanorc config of tcl to ~/.nanorc
2. run nano file.tcl
3.
What is the expected output? What do you see instead?
nano should open without error, but …
-
```
What steps will reproduce the problem?
1. copy nanorc config of tcl to ~/.nanorc
2. run nano file.tcl
3.
What is the expected output? What do you see instead?
nano should open without error, but …
-
fileutil::magic::mimetype has been removed from tcllib.
commit : https://core.tcl.tk/tcllib/info/b0158a79513a8ffa
ticket regarding the lack of alternative : http://core.tcl.tk/tcllib/tktview/877cdde…
-
When I was running tutorial_6.py on Mac + python3,
I got this error:
ModuleNotFoundError: No module named '_tkinter'
Here is what I did to fix it.
> brew install tcl-tk
> brew reinstall pytho…
-
Error: unresolved external symbol _Tcl_Init referenced in function _Tcl_Applnit
This is just one of many errors occuring when I try to build the SIFBuilder in Visual Stdio. Most errors are linked t…
-
BPO | [33257](https://bugs.python.org/issue33257)
--- | :---
Nosy | @terryjreedy, @roseman, @serhiy-storchaka, @native-api
PRs | python/cpython#6444python/cpython#6972python/cpython#6990
Files | [Tkin…
-
When a user assigns something incorrectly, the tcl error that appears when Run is pressed is not clear enough. I think the message must be simple and clear, not showing the full tcl error string.