Re: [pygtk] Need help with spawn_async and callback

2010-07-27 Thread Tony Freeman
Thanks Robert, It took a few days, but I finally figured out how to go about it. I needed to first create a 'channel' to the cstdout file descriptor intiger. Here's what I did initially to get thing working: import pygtk import gtk import gtk.glade import gobject import os import io

Re: [pygtk] gtk.gdk.Pixbuf troubles and IRC

2010-07-27 Thread Andrew
On 21/07/10 22:31, Tim Evans wrote: On 2010-07-21 19:24, Andrew wrote: Thanks for the reply. That doesn't seem to work for me, it gives the image attached. I have also tried this with other icon themes (GNOME, Tango) and the results are still similiar. Is this just a bug in GTK? I

[pygtk] Pygtk question

2010-07-27 Thread packet
How long does it take to install PyGTK with pip and here the message i get not sure if it is installing or not. Downloading/unpacking PyGTK Running setup.py egg_info for package PyGTK ___ pygtk mailing list pygtk@daa.com.au

[pygtk] Installing PyGTK on Windows?

2010-07-27 Thread Smartboy
Hello, Has anyone here ever successfully installed a recent version of PyGTK on Windows successfully? I've been trying, along with a friend, to get it installed, but we keep getting import dll errors. I've tried importing pygtk and then importing gtk, and also tried importing pygtk as gtk, but

Re: [pygtk] Installing PyGTK on Windows?

2010-07-27 Thread Cornelius Kölbel
Hi, can you provide the complete text/screenshot, so that we know, which import is throwing the error? Kind regards Cornelius Am 27.07.2010 20:56, schrieb Smartboy: I get 'import load failed, the specified procedure could not be found'. This is annoying since I do have both C:\gtk\bin and

Re: [pygtk] Installing PyGTK on Windows?

2010-07-27 Thread John Stowers
On Tue, 2010-07-27 at 11:26 -0700, Smartboy wrote: Hello, Has anyone here ever successfully installed a recent version of PyGTK on Windows successfully? Yes. I regularly install on windows to test the installers I also generate. Please provide *much* more information including the

Re: [pygtk] Pygtk question

2010-07-27 Thread John Stowers
On Wed, Jul 28, 2010 at 5:29 AM, packet fasteliteprogram...@gmail.com wrote: How long does it take to install PyGTK with pip and here the message i get not sure if it is installing or not. I was not aware installing PyGTK using pip/setuptools/distutils/easy_install was even supported... John