What is the best way to use PyGame (SDL) within a PyGTK application?
I\'m searching for a method that allows me to have a drawing area in the GTK window and at the s
I've never attempted it myself, but hearing plenty about other people who've tried, it's not a road you want to go down.
There is the alternative of putting the gui in pygame itself. There are plenty of gui toolkits built specifically for pygame that you could use. Most of them are rather unfinished, but there are 2 big, actively maintained ones: PGU and OcempGUI. The full list on the pygame site is here.