Re: [pygtk] Conflicting omniORBpy and PyORBit

2003-08-02 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

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

2003-08-02 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 will

Re: [pygtk] GObject properties

2003-08-02 Thread Jan Weil
Jan Weil schrieb: If I create a subclass of gobject.GObject in Python, can I somehow install my own set of properties? Sorry for constantly decreasing the SNR of this list. The source is with me and I eventually found the example for gobject properties. I'm even learning how to search a mailing

[pygtk] pygtk-1.99.17.win32-py2.3.exe

2003-08-02 Thread Seo Sanghyeon
http://sparcs.kaist.ac.kr/~tinuviel/file/ I've built a Windows installer for Python 2.3, with GTK+ for Windows 2.2.1.2 -- http://dropline.net/gtk/download.php Minimalist GNU for Windows 3.0.0 -- http://mingw.org/download.shtml It seems to work fine. Hope it help.

Re: [pygtk] converting an Numeric array to a Pixbuf

2003-08-02 Thread Anthony Joseph Seward
On Wed, 2003-07-30 at 11:45, Christian Reis wrote: On Tue, Jul 29, 2003 at 09:27:45AM +1200, Tim Evans wrote: Anthony Joseph Seward wrote: I am trying to figure out a simple way of converting a Numeric array to a gtk.gdk.Pixbuf without depending on PIL. [snip] Assuming that you

[pygtk] Cant load an .glade file.

2003-08-02 Thread Kent Nyberg
Hello, I can't run my script that should load an interface created with glade. The code is taken from example files in /usr/share/doc/pygtk../examples/ and should work, I assume.. If i create a Gtk2 project in glade it workes fine, its only gnome projects that will not work. The message i get

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

2003-08-02 Thread Duncan Grisby
On Friday 1 August, James Henstridge wrote: Providing a module called CORBA is part of the standard Python CORBA mapping: http://www.omg.org/cgi-bin/doc?formal/02-09-07 Before version 1.99.5, pyorbit just created a CORBA module as a side effect of importing the ORBit module. It now

Re: [pygtk] pygtk-1.99.17.win32-py2.3.exe

2003-08-02 Thread Cedric Gustin
Hi Seo, Just to avoid confusion: I have made pygtk-1.99.17 available for python 2.3 (win32) on my site (referenced in the pygtk FAQ) http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ two days ago. I'm of course not against somebody else providing a build for win32 but then I think we should

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

2003-08-02 Thread Christian Reis
On Fri, Aug 01, 2003 at 04:12:15PM -0400, Jon Willeke wrote: 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. It might be that get_data() is returning an object which is not