Re: [omniORB] Re: [pygtk] Conflicting omniORBpy and PyORBit

2003-08-01 Thread ml
On Fri, Aug 01, 2003 at 02:13:18PM +0100, Duncan Grisby wrote: > The only issue for packagers is how to deal with the top-level CORBA > (and PortableServer, etc.) modules. One solution would be to install > them only if they are not already there from a different ORB. I'm not sure whether this wil

Re: [pygtk] Conflicting omniORBpy and PyORBit

2003-08-01 Thread ml
On Fri, Aug 01, 2003 at 08:32:12AM -0500, Jon Nelson wrote: > Speaking of Python and CORBA, what the heck is CORBA useful for? This would be a long answer. Basically it provides for communication between objects, independently whether the objects are on the same machine or written in the same pro

Re: [pygtk] Access glade's gtk.Tooltips group?

2003-08-01 Thread Jon Willeke
Actually, it looks like gobject.GObject.get_data() calls g_object_get_qdata(). Unfortunately, I get a segmentation fault trying to retrieve the tooltips object. At 8/1/2003, Jon Willeke wrote: I don't think so. libglade stores it in the top-level widget as "GladeXML::tooltips" with set_qdata_

Re: [pygtk] Access glade's gtk.Tooltips group?

2003-08-01 Thread Jon Willeke
I don't think so. libglade stores it in the top-level widget as "GladeXML::tooltips" with set_qdata_full(), but the gobject.GObject.get_qdata() method hasn't been implemented. At 7/31/2003, Jan Weil wrote: I'm wondering whether it's possible to access the gtk.Tooltips group used by glade. So t

Re: [pygtk] .defs and .override

2003-08-01 Thread Jon Willeke
So it's only useful to tweak the .defs file for minor changes that the generator can handle, like setting a default parameter value? The get_cursor_position() function had two glong * output parameters. I added an entry to vte.override and it works. Thanks, James. I'm starting to get the hang

Re: [omniORB] Re: [pygtk] Conflicting omniORBpy and PyORBit

2003-08-01 Thread James Henstridge
On 01/08/03 21:13, Duncan Grisby wrote: omniORB's CORBA module really lives in omniORB.CORBA, so you can do "from omniORB import CORBA" instead of just "import CORBA". I believe Fnorb does the same thing, so it should be considered a de-facto standard. It would be good if pyorbit supported the sa

[pygtk] Re: pygnome warnings when LANG set

2003-08-01 Thread Stephen Kennedy
> I'm trying to track down some i18n errors. If I create an > empty gnome app in glade and run it with the attached code > everything is fine. > > If I run with "[EMAIL PROTECTED] ./test.py", I immediately get: > (app1:8673): Gtk-WARNING **: Invalid input string > (app1:8673): Gtk-WARNING **: Inva

Re: [pygtk] Conflicting omniORBpy and PyORBit

2003-08-01 Thread Jon Nelson
Speaking of Python and CORBA, what the heck is CORBA useful for? I'm asking for some real-world examples of how it can cut my development time. If it matters, I do mostly PyGTK stuff. * must reiterate -- this is not bait! I really want to know what CORBA can do for me! -- "Never try to write to

[pygtk] GObject properties

2003-08-01 Thread Jan Weil
If I understand this correctly, every GObject (class) has a set of properties and whenever one of these properties is changed a 'notify' signal is emitted. So that in terms of MVC a view can connect to its model's 'notify' signal. Is that right so far? If I create a subclass of gobject.GObject i

[pygtk] textview: how to insert characters?

2003-08-01 Thread Riccardo Galli
Hello world. I'm trying to insert characters in a textview, in a position different from the one where's the cursor. I'm alwais getting this warning: Gtk-WARNING **: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been mod

Re: [pygtk] Conflicting omniORBpy and PyORBit

2003-08-01 Thread James Henstridge
On 1/08/2003 4:01 PM, ml wrote: Hi, I want to have both omniORBpy and PyORBit installed in parallel. The first, because I use it for my own applications, the latter, because some GNOME programs depend on python-gnome2 and therefore on PyORBit. Unfortunately, both packages include a file /usr/li

[pygtk] Conflicting omniORBpy and PyORBit

2003-08-01 Thread ml
Hi, I want to have both omniORBpy and PyORBit installed in parallel. The first, because I use it for my own applications, the latter, because some GNOME programs depend on python-gnome2 and therefore on PyORBit. Unfortunately, both packages include a file /usr/lib/python2.2/site-packages/CORBA.p