Re: Installation of python on my workspace.

2006-07-05 Thread Lunpa
[EMAIL PROTECTED] wrote: > Hi, > > I had two questions. I am new to Unix and Python. I wanted to get > python installed on my unix terminal without too much interference from > the administrator. How can I do this? > > It seems python is already installed at some location. But when i type > Idle I

shoving a [pygame] up your [gtk]!

2006-07-05 Thread Lunpa
My project: I'm working on a game, where in the ui, it takes the pygame window, and shoves it into a gtk2 socket widget. (gtk2 widgets are generated with glade, with the exception of the socket widget, which is manualy added into a window) My problem: Since adding the gtk half, it is realy slow.

Re: Tkinter vs PyGTK

2006-04-13 Thread Lunpa
makes me wonder how useable pygui is now... I made the mistake of using wxpython a while back... having something that runs perfectly in windows, and *sorta* works in other platforms hardly counts as cross platform, imho. And they wonder why tkinter is shipped with python while wxpython is not...