Re: [pygtk] Problems with python2.2-gtk2 on Debian

2002-11-29 Thread Christian Reis
On Thu, Nov 28, 2002 at 02:29:54PM +0200, Andrey Lebedev wrote:
  --- popup.py~Thu Nov 28 03:31:14 2002
  +++ popup.pyThu Nov 28 03:31:48 2002
  @@ -26,13 +26,13 @@
   item_factory.create_items(self.popup_menu_items)
   self.popup_menu = item_factory.get_widget('popup')
   self.app.connect(popup-menu, self.on_popup_menu)
  -
  +self.item_factory = item_factory
   self.app.show_all()
   
   def on_popup_menu(self, widget):
   #print widget
   global popup_menu
  -self.popup_menu.popup(gtk.Menu(), None, None, 0, 0)
  +self.popup_menu.popup(None, None, None, 0, 0)
  
   def run(self):
   gtk.mainloop()

If this fixes the problem, isn't it really a bug in pygtk? I would
assume the item factory hung around at least until its items were
destroyed.

Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/



Re: [pygtk] win32 port of pygtk

2002-11-29 Thread Christian Reis
On Thu, Nov 28, 2002 at 10:22:37PM -0400, LDC - Pablo Endres Lozada wrote:
   Hi, I've been looking for a port of pygtk-0.6.9 for win32
   and python 2.2.  Does anyone happen to have one??

Maybe Cédric can cook you up a version. Cédric, haven't heard from you
in a while ;-)

Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/



Re: [pygtk] win32 port of pygtk

2002-11-29 Thread LDC - Pablo Endres Lozada
On Fri, 29 Nov 2002, Christian Reis wrote:
 Maybe Cédric can cook you up a version. Cédric, haven't heard from you
 in a while ;-)
How can I get in touch with him?

 
 Take care,
 --
 Christian Reis, Senior Engineer, Async Open Source, Brazil.
 http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL
 

-- 
Muchas personas creen que piensan,
cuando en realidad sólo están reordenando sus
prejuicios.
- William James
 
   .-.
  /  .-.   Pablo Endres Lozada.-.  \
 |  /   \   Laboratorio Docente de Computacion  /   \  |
 | |\_.  |USB - Venezuela  |/| |
 |\|  | /| |\  | |/|
 | `---' |   [EMAIL PROTECTED] | `---' |
 |   | |   | 
 |   |-|   |
 \   | |   /
  \ /   \ /
   `---' `---'

___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/



Re: [pygtk] win32 port of pygtk

2002-11-29 Thread Cedric Gustin

Hi,

Unfortunately I dropped the support of the pygtk-0.6.x serie on win32 when 
Tor Lillquist started to use glib-2.0 as a requirement for the gtk+-1.3.0 
branch on win32. Maintaining pygtk-0.6.x had become a nightmare because of 
the ever changing gtk+ library names and dependencies. I decided to move to 
the much more stable gtk+-2.0 and the pygtk-1.99 branch (see the 
corresponding FAQ entry). For the pygtk-0.6.x branch, I was basically using 
Hans Breuer modified source code (http://hans.breuer.org/ports/). Of 
course, you can always try to compile this port with python 2.2 and the 
latest gt+-1.3.0 libraries on win32 but I strongly recommend you to switch 
to pygtk-1.99.x !!!

Cedric

At 12:51 PM 11/29/2002 -0200, you wrote:
On Thu, Nov 28, 2002 at 10:22:37PM -0400, LDC - Pablo Endres Lozada wrote:
   Hi, I've been looking for a port of pygtk-0.6.9 for win32
   and python 2.2.  Does anyone happen to have one??

Maybe Cédric can cook you up a version. Cédric, haven't heard from you
in a while ;-)



__
Modem offert : 150,92 euros remboursés sur le Pack eXtense de Wanadoo !
Haut débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w

___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/