On Wed, Jun 19, 2002 at 02:45:19PM +1200, Rob Brown-Bayliss wrote:
> I have built and installed the latestversion (as of yesterday at least)
> of pygtk and gnome-python.
> 
> There seem to have been very few files writen to the site-packages
> directory for these two builds, in particular most of the files in gnome
> are from a previous install.

That's about the way it is. Here's what was installed for me (on a clean
system) for pygtk and gnome-python from CVS HEAD:

site-packages/
        atkmodule.la
        atkmodule.so
        gobjectmodule.la
        gobjectmodule.so
        gconfmodule.la
        gconfmodule.so
        gtkhtml2module.la
        gtkhtml2module.so
        pangomodule.la
        pangomodule.so
        gtk/
                compat.py
                glademodule.la
                glademodule.so
                _gtkmodule.la
                _gtkmodule.so
                __init__.py
                keysyms.py
        bonobo/
                __init__.py
        gnome/
                appletmodule.la
                appletmodule.so
                canvasmodule.la
                canvasmodule.so
                _gnomemodule.la
                _gnomemodule.so
                __init__.py
                vfsmodule.la
                vfsmodule.so
                zvtmodule.la
                zvtmodule.so

(and .pyc and .pyo versions of all the .py files).

Since I don't have orbit-python on this box, none of the libgnomeui
wrappers were built (I don't know if the orbit-python guys have even
begun an ORBit2 port) and the bonobo stuff is empty (and not working,
since it imports stuff that wasn't built).

> Examples seem to work except for thr pygtk glade example.

I had most of the examples fail to work, since they were using the old
module namespaces for things (and I don't have the pygtk versions for
gtk 1.x on this box), so I suspect you are getting artifacts from your
existing installation. On the other hand, the pygtk/examples/glade stuff
did work for me out of the box.

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

Reply via email to