Hello all,
one year ago I developed a pyGTK+pyGNOME application with about 5000 source code lines. This application worked fine in Red Hat 6.2. This Red Hat had the nexts tools versions:


GTK+ 1.2.6
pyGTK 0.6.4
pygonme 1.0.51
Python 1.5.2

Now, I need use the same application with Red Hat 8.0, but I found the following versions:

GTK+ 1.2.10
GTK2 2.0.6
pyGTK2 1.99.12
Python2.2.1
gnome-python2 1.99.1

I understand that it's not possible run that application with this environment. I have a lot of
problems, I have to change the Gtk and Gdk prefixes on classes, etc (I readed the FAQ).
But for me, the first problem is this:


window = GnomeApp("MyBigprogram.py", "My Big Program")
window.set_position( ...)
...

I can't find GnomeApp class. What can I use to do the same class? What can I do to change the less code as possilbe?
Where can I find a example or document explained this translation
from pyGTK to pyGTK2?


Thanks and best regards.

--
Javi Roman Espinar
mail://[EMAIL PROTECTED]
http://linuxmobile.sf.net


_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to