Skip to content

Conversation

houtan-rocky
Copy link

@houtan-rocky houtan-rocky commented Oct 17, 2025

Fixes _tkinter.TclError: bad side "-1" caused by AIMA's internal RIGHT = -1 overriding tkinter.RIGHT due to wildcard imports.
Replaced from tkinter import * with import tkinter as tk and prefixed all Tkinter calls to isolate namespaces.

  • Affected file: gui/romania_problem.py
  • Python 3.4+ compliant
  • No functional or layout changes
  • Tested on Python 3.10–3.13 (Windows)

@houtan-rocky
Copy link
Author

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

Successfully merging this pull request may close these issues.

1 participant