On Fri, 2005-08-19 at 20:33 +0200, Trond Andersen wrote: > I've read the developerworks article about GnomeVFS modules written in > C and looked into the python bindings (which looks very clean), but I > could not find information about how one would initialize a python > based GnomeVFS module. > > In the developerworks article the make file copies the configuration > file and the .so file to $prefix/lib/gnome-vfs-2.0/modules directory. > > Question is how this is handled with the python bindings. Is there a > need for a similar configuration file? Do I have to copy the python > file(s) to a specific directory?
In response to your request, I have created a new VFS example in gnome-python: http://cvs.gnome.org/viewcvs/gnome-python/gnome-python/examples/vfs/pygvfsmethod/ Screenshot here: :) http://www.gnome.org/~gjc/Screenshot-gdk%20-%20File%20Browser.png > > I'm running Ubuntu Hoary Sorry, you have to upgrade to breezy to get gnome-python 2.11, which is the only one that supports it. Have fun. Report plenty of bugs. :) -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
