When testing the example gnome-python VFS module (pyfs.py) I receive the error

Fatal Python error: could not import gnomevfs.

When I test it using the command line

%  gnomevfs-ls pyfs:///

However, running the string

python -c 'import gnomevfs'

works.  I tracked this down to the line 'from _gnomevfs import *', where it 
could not locate _gnomevfs.so.  Why can it find it when running it from the 
python interpreter, but it can't find it when running from gnomevfs-ls?  This 
does not make any sense.

Thanks,

Justin Hibbits

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to