5325153
Posts: 1
Joined: Wed Oct 07, 2015 6:08 am

Not directly show

Wed Oct 07, 2015 6:17 am

i want run a tkinter gui without open the X window
But it seems not to do
or i can put tkinter to pygame window
what can i do ?

-rst-
Posts: 1316
Joined: Thu Nov 01, 2012 12:12 pm
Location: Dublin, Ireland

Re: Not directly show

Mon Nov 16, 2015 3:29 pm

I am fairly sure that tkinter only works in X windows. Pygame can be made to run without X but does not have ready-made GUI widgets. Depending on what you want to do you might want to look at Kivy http://kivy.org/
http://raspberrycompote.blogspot.com/ - Low-level graphics and 'Coding Gold Dust'

Return to “Python”