Re: PyGTK problems after Linux update...

2009-09-01 Thread barcaroller
"barcaroller" wrote in message news:h7ev9g$dc...@news.eternal-september.org... > Okay, I won't disagree, but how do I fix this? Never mind. The latest update today included a new pygtk which seems to have fixed the problem. All is good now. -- http://mail.python.org/mailman/listinfo/pytho

Re: PyGTK problems after Linux update...

2009-08-30 Thread barcaroller
"Thomas Guettler" wrote in message news:7fq56df2m6ql...@mid.individual.net... > Looks like your pygtk package does not fit to the installed python > package. Okay, I won't disagree, but how do I fix this? -- http://mail.python.org/mailman/listinfo/python-list

Re: PyGTK problems after Linux update...

2009-08-30 Thread barcaroller
"Thomas Guettler" wrote in message news:7fq56df2m6ql...@mid.individual.net... > Looks like your pygtk package does not fit to the installed python > package. Okay, I won't disagree, but I how do if fix this? -- http://mail.python.org/mailman/listinfo/python-list

Re: PyGTK problems after Linux update...

2009-08-28 Thread Thomas Guettler
Looks like your pygtk package does not fit to the installed python package. > from glib._glib import * > ImportError: /usr/lib/python2.6/site-packages/gtk-2.0/glib/_glib.so: > undefined symbol: PyUnicodeUCS4_DecodeUTF8 -- Thomas Guettler, http://www.thomas-guettler.de/ E-Mail: guet

PyGTK problems after Linux update...

2009-08-27 Thread barcaroller
I use a python-based program called 'meld' which worked fine until my latest Fedora11/KDE4.3 update; it now gives me the following error: prompt> meld /usr/lib/python2.6/site-packages/gtk-2.0/glib/_glib.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 Meld requires pygtk 2.8.0 or hig