Tk Library Source Code

View Ticket
Login
Ticket UUID: 7ae7ab1e83347f7c93243439437e60b9720c7cbd
Title: rdial "can't read 'sfact'" with tkinter error
Type: Bug Version: 0.6
Submitter: anonymous Created on: 2019-07-19 15:00:52
Subsystem: tklib :: controlwidget Assigned To: nobody
Priority: 5 Medium Severity: Critical
Status: Open Last Modified: 2019-07-19 15:00:52
Resolution: None Closed By: nobody
    Closed on:
Description:
'File "/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tkinter/__init__.py", line 2299, in __init__
    (widgetName, self._w) + extra + self._options(cnf))
_tkinter.TclError: Error in constructor: can't read "sfact": no such variable'

I can't seem to create this widget without this error.  Other widgets in the controlwidget package work without error.