Re: [pygtk] gtk from macport with or without x11 ?

2011-03-31 Thread Anders F Björklund
laguillaumie sylvain wrote: yes on windows it works fine with handle no problems ok for pygtk 2.23 so macport is not uptodate 2.23.1 is a development version, 2.22 is the stable series. So it seems up-to-date with 2.22.0 (=latest stable version). If you want access to new features from the

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-30 Thread John Stowers
On Wed, 2011-03-30 at 01:36 +0200, laguillaumie sylvain wrote: so no success :( i updated the Portfile of macport and i tried to build pygtk 2.23.1 and .2... Please contact the macports or gtk-osx mailing list. John ___ pygtk mailing list

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-29 Thread John Stowers
On Tue, 2011-03-29 at 01:36 +0200, laguillaumie sylvain wrote: hi i reinstalled macport and rebuilded all gtk2, gstreamer... with no_x11 and +quartz, this time the app start normally but still the problem with the xid i spend hours on google without finding help... so, in linux i

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-29 Thread John Stowers
On Wed, 2011-03-30 at 00:10 +0200, laguillaumie sylvain wrote: hi Please keep the mailing list CC'd so, i don t think it s defined... grep GDK_WINDOWING_QUARTZ /opt/local/var/macports/software/gtk2/2.24.3_0+no_x11+quartz/opt/local/lib/gtk-2.0/include/gdkconfig.h return: #define

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-29 Thread laguillaumie sylvain
hi ok (sorry for the cc) i ll post on the gtk osx mailing list thx Le 30 mars 2011 à 00:19, John Stowers a écrit : gtk osx mailing list ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ:

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-29 Thread Anders F Björklund
laguillaumie sylvain wrote: hi i reinstalled macport and rebuilded all gtk2, gstreamer... with no_x11 and +quartz, this time the app start normally You forgot to mention your PyGTK version, there... but still the problem with the xid i spend hours on google without finding help...

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-29 Thread laguillaumie sylvain
hello yes on windows it works fine with handle no problems ok for pygtk 2.23 so macport is not uptodate port installed py26-gtk The following ports are currently installed: py26-gtk @2.22.0_1 (active) Mac-de-smo:smolleyes-gmediafinder-1bdc186 smo$ port installed gtk2 The following ports are

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-29 Thread laguillaumie sylvain
so no success :( i updated the Portfile of macport and i tried to build pygtk 2.23.1 and .2... results: :info:build gdk.c:20301: error: expected '{' at end of input :info:build make[2]: *** [_gtk_la-gdk.lo] Error 1 :info:build make[2]: *** Waiting for unfinished jobs :info:build libtool:

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-28 Thread laguillaumie sylvain
hi i reinstalled macport and rebuilded all gtk2, gstreamer... with no_x11 and +quartz, this time the app start normally but still the problem with the xid i spend hours on google without finding help... so, in linux i use the gtk.gdk.Window.xid on win 32 the handle (works fine too) and osx,

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-22 Thread Anders F Björklund
smo wrote: i have a Drawingarea in my app and need his xid... no problems on linux or windows but on osX, if i build gtk/pygtk, cairo... with x11 i can get it but resizing or fullscreen do not work at all or really bad... and if i build with no_x11 and + quartz i can t get the xid ? how