[pygtk] objects not using GObjectMeta when auto-generated with codegen.py

2008-09-24 Thread Luke Kenneth Casson Leighton
folks, hi, i'm finding that the functionality offered by GObjectMeta - namely that of making gobject attributes appear as member variables of a class - does not... materialise. these are the debian version numbers of packages being used: python-gobject 2.14.2-1 python-gtk2

Re: [pygtk] applet example

2008-09-24 Thread Daniel Carvalho
it is perfect! thanks a lot Stéphane :) 2008/9/24 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > you can have a look at : > http://polariscorp.free.fr/screenapplet.php > > stéphane > -- > hi > > there is a tutorial about "Gnome applets with Python" in > http://www.pygtk

Re: [pygtk] applet example

2008-09-24 Thread [EMAIL PROTECTED]
you can have a look at : http://polariscorp.free.fr/screenapplet.php stéphane hi there is a tutorial about "Gnome applets with Python" in http://www.pygtk.org/articles/applets_arturogf/index.html but it is from 2004 and uses an old api... Can someone point me the most simple example of a g

Re: [pygtk] Install PyGTK On Windows

2008-09-24 Thread Kris Nackaerts
Dear, I've reinstalled pygtk version 2.12.1-2 fot Win32 wile running filemon and only two pygtk.* files are written: pygtk.h and pygtk.pth Kris Gian Mario Tagliaretti wrote: > On Wed, Sep 24, 2008 at 11:49 AM, Kris Nackaerts <[EMAIL PROTECTED]> wrote: > >> Same location, >> > > really

Re: [pygtk] Install PyGTK On Windows

2008-09-24 Thread Gian Mario Tagliaretti
On Wed, Sep 24, 2008 at 11:49 AM, Kris Nackaerts <[EMAIL PROTECTED]> wrote: > Same location, really weird, I've pygtk.py into C:\Python25\Lib\site-packages\ cheers -- Gian Mario Tagliaretti GNOME Foundation member [EMAIL PROTECTED] ___ pygtk mailing li

Re: [pygtk] Install PyGTK On Windows

2008-09-24 Thread Kris Nackaerts
Same location, Installation runs also correctly. Filemon shows python is searching for pygtk.pyd, pygtk.py, pygtk.pyw, pygtk.pyc If I search for all pygtk.* files on my system after installing: Volume in drive C has no label. Directory of C:\Python25\include\pygtk-2.0 24/09/2008 10:17

Re: [pygtk] Install PyGTK On Windows

2008-09-24 Thread Gian Mario Tagliaretti
On Wed, Sep 24, 2008 at 10:48 AM, Kris Nackaerts <[EMAIL PROTECTED]> wrote: Hi Kris, > I then opened the tutorial on the PyGTK site, and tried the HellowWorld > example and get the following error: > > Traceback (most recent call last): > File "helloworld.py", line 5, in >import pygtk > Imp

[pygtk] Spreadsheet display type

2008-09-24 Thread Paul Malherbe
Hi I am trying to write a spreadsheet type display using Tables and ScrolledWindows. What I want is to be able to have headings and data separately so that when I scroll the sheet vertically, the headings do not scroll, and when I scroll horizontally the headings move with the data. Is this

[pygtk] Install PyGTK On Windows

2008-09-24 Thread Kris Nackaerts
Dear All, I've Python 2.5 installed and running on Windows. I installed GTK+ Runtime, PyGObject, PyCairo and PyGTK, all without any problem. I then opened the tutorial on the PyGTK site, and tried the HellowWorld example and get the following error: Traceback (most recent call last): File "h