0

Is there a widget that shows a thread visually for Tkinter?

reason why. I want to open a Vpython window inside a Tkinter window. I know there is a possibility to open a Vpython thread on the side while Tkinter is active, but can i show it inside Tkinter? (Like in some sort of Frame)

Zero
  • 73
  • 1
  • 6
  • No, but it's possible to write your own custom REPL by writing a custom subclass of [`cmd`](https://docs.python.org/3.1/library/cmd.html). Batteries not included, some assembly required ;-) – Kevin Feb 11 '16 at 20:19

1 Answers1

0

No, there is no widget to do that.

Bryan Oakley
  • 370,779
  • 53
  • 539
  • 685