[pygtk] How can I get to the data I defined in Glade?

2001-09-26 Thread Danie Roux
I'm still using the old pygtk. If I defined a button in glade with data attached to it. How do I get to it? I connect to the signal, but when I catch the signal there is no data attached to it! -- Danie Roux *shuffle* Adore Unix ___ pygtk mailing

[pygtk] Where can I get pygtk for Windows?

2001-09-17 Thread Danie Roux
I have python running, or more correctly my friend has. Where can he get pygtk for windows? -- Danie Roux *shuffle* Adore Unix ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] Libglade and pyglade for windows.

2001-09-17 Thread Danie Roux
Does libglade and pyglade exist for windows? I need to get a program I wrote running on Windows. -- Danie Roux *shuffle* Adore Unix ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] libglade, pyglade and gettext.py

2001-03-27 Thread Danie Roux
How can I translate strings in my .glade files? I saved the strings in a seperate file from glade. And made that file part of my POTFILES.IN. And I do get the strings in my .pot files to translate. But it doesn't show. The rest of my program does translate. -- Danie

[pygtk] libglade, pygtk and gettext

2001-03-20 Thread Danie Roux
Hi, I used glade to create a few dialogs. gettext in pygtk works. But the libglade part in Python doesn't. I saved the strings from glade, and made it part of my POTFILES.in. But the translated strings doesn't show up when I create the dialog from the .glade file How can I get gettext to work

Re: [pygtk] RTLD_GLOBAL problem solved.

2001-03-09 Thread Danie Roux
On Fri, Mar 09, 2001 at 04:18:22PM +0800, James Henstridge wrote: On Fri, 9 Mar 2001, Danie Roux wrote: If you want the library to stay open for the duration of the python session (which it will if you import GdkImlib), then don't worry about dlclosing it. Thanks. btw, I can't tell

[pygtk] RTLD_GLOBAL problem solved.

2001-03-08 Thread Danie Roux
I had a lot of problems in Debian with the imlib library not wanting to display my theme or any other image I wanted. Loading this dummy module before anything else solves the problem: --- #include Python.h #include dlfcn.h static PyMethodDef load_imlib_methods [] = { {NULL, NULL}

[pygtk] Finally got my pygtk widget compiled in Debian BUT ...

2001-03-05 Thread Danie Roux
-ldl -lesd -lgdk -lgdk_imlib -lglib -lgmodule -lgnome -lgnomesupport -lgnomeui -lgnorba -lgtk -ljpeg -lm -lpng -ltiff -lz -rdynamic -shared Yes I know it's too much. I'm desperate. :-) All my other programs works perfectly. -- Danie Roux ___ pygtk ma

[pygtk] Custom C widget wrapped in PyGTK core dumps in debian.

2000-09-27 Thread Danie Roux
Hi all, This is debian/gtk/python related. I wrote a custom widget in gtk (C). Wrapped it with PyGTK and it worked beautifully in RedHat. I've been using it a month now on RedHat. I got Debian a few days back and have been struggling since. My custom, PyGTK wrapped widget core dumps when