Re: [pygtk] What happened to PyGTK website?

2011-03-09 Thread Dieter Verfaillie
On 09/03/2011 21:19, Adam Tauno Williams wrote: > Makes sense - these are all hosted on the same host; named based > virtual hosting is for http:// only. Yeah. But no, we're 2011 now: SNI enables name based vhosts for https and yes it even works :) No idea if it's implemented on the host that ser

Re: [pygtk] What happened to PyGTK website?

2011-03-09 Thread Adam Tauno Williams
On Wed, 2011-03-09 at 20:02 +0100, Rafael Villar Burke (Pachi) wrote: > Dieter, > I can see the Drupal (or whatever it is) too. It's "RT", as in "RT".gnome.org. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.co

Re: [pygtk] What happened to PyGTK website?

2011-03-09 Thread Adam Tauno Williams
On Wed, 2011-03-09 at 19:53 +0100, Dieter Verfaillie wrote: > On 07/03/2011 19:32, Timo wrote: > > On 28-02-11 16:07, Karthikeyan wrote: > >> What happened to PyGTK website : http://pygtk.org ? When I open it, I > >> see a Drupal page. > > Works fine here. Try clearing your cache, cookies etc. > Y

Re: [pygtk] What happened to PyGTK website?

2011-03-09 Thread Rafael Villar Burke (Pachi)
Dieter, I can see the Drupal (or whatever it is) too. It looks like rt.gnome.org is shown when using secure http protocol. No idea why it's doing that, but I'm CCing kiko from Async-br who may know what can be done about it. Regards, Pachi On 09/03/2011 19:53, Dieter Verfaillie wrote: On

Re: [pygtk] What happened to PyGTK website?

2011-03-09 Thread Dieter Verfaillie
On 07/03/2011 19:32, Timo wrote: > On 28-02-11 16:07, Karthikeyan wrote: >> What happened to PyGTK website : http://pygtk.org ? When I open it, I >> see a Drupal page. > Works fine here. Try clearing your cache, cookies etc. Yeah, http://www.pygtk.org and http://pygtk.org work fine here but https:

Re: [pygtk] gtk show the variable

2011-03-09 Thread 馬吉軍
Hi, Maybe you can try with gtk.gdk.PixbufAnimation class. I'm not sure is this what you want. Good luck. BRs, Kimi 顺颂时祺 On Wed, Mar 9, 2011 at 6:23 PM, xinyou yan wrote: > If the variable is different in a program , > > How can gtk program capture the value and

[pygtk] gtk show the variable

2011-03-09 Thread xinyou yan
If the variable is different in a program , How can gtk program capture the value and show it in the windows? { char buf[20]={'h' ,'e' ,'l','l','o'},temp[10]; sprintf(temp,"%d",i); strcat(buf , temp); strcat(buf ,"\n"); gtk_text_insert

Re: [pygtk] SVG support in PyGTK on Windows

2011-03-09 Thread Jason Heeris
On 9 March 2011 16:17, Dieter Verfaillie wrote: > Other than updating GTK+ to 2.20.1 you could also try the PyGTK All-in-one > installer: http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.22/. > See https://github.com/dieterv/pygtk-installer#readme for more info. This fixed everything! Kudos

Re: [pygtk] SVG support in PyGTK on Windows

2011-03-09 Thread Dieter Verfaillie
Quoting "Jason Heeris" : I have GTK+-2.20.0 installed in C:\GTK, and I have unzipped the following packages[2] into C:\GTK: * svg-gdk-pixbuf-loader_2.32.1-1_win32.zip * svg-gtk-engine_2.32.1-1_win32.zip * librsvg_2.32.1-1_win32.zip * libcroco_0.6.2-1_win32.zip * libgsf_1.14.17-1_win32.