Re: [pygtk] Translation: Different locales directories

2010-05-31 Thread Walter Leibbrandt
Op 30/05/2010 18:04, het Cornelius Kölbel geskryf: Hello List, i got an application with translation. I am doing this... gettext.bindtextdomain(APP_NAME, LOCALE_DIR) gettext.textdomain(APP_NAME) But my problem is, that I do different packaging types like source, deb and rpm.

Re: [pygtk] Translation: Different locales directories

2010-05-31 Thread Cornelius Kölbel
Am 31.05.2010 11:33, schrieb Walter Leibbrandt: Op 30/05/2010 18:04, het Cornelius Kölbel geskryf: Hello List, i got an application with translation. I am doing this... gettext.bindtextdomain(APP_NAME, LOCALE_DIR) gettext.textdomain(APP_NAME) But my problem is, that I do

[pygtk] Drag and drop with IconView

2010-05-31 Thread Robert Palmqvist
I know how to do basic DnD with PyGTK but I struggle a bit with the IconView. What I really want to do is to enable DnD within and between IconViews. DnD, within should reorder icons within the same IconView and between should move the item between IconViews. I actually got it working, sort of,