gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] Python plugins


From: Piotr Eljasiak
Subject: Re: [gcmd-dev] Python plugins
Date: Wed, 13 Dec 2006 01:17:33 +0100

> >         BTW - I suspect that python "gnomevfs" module is not successfully 
> > loaded (pmod==NULL). Do you have it installed? You can check it by invoking 
> > python shell from console and then:
> >         
> >         >>> import gnomevfs
> >         
> 
> Yes, it was not loaded, and i do not know if i have it installed.
> Probably not. What to search for, "py-gnomevfs" or what?

Package name varies from one distro to another. It is called
'gnome-python2-gnomevfs' for FC

To check if it is installed try at python console:

        >>> import gnomevfs

or

        >>> import gnome.vfs

one of them should work.

> But anyway, if it compiles without complaining and works
> otherwise, it should not crash. I think this should be an
> autodetected compile option, like libexif or libiptcdata.

Fixed in the latest cvs. If gnomevfs (or gnome.vfs) python module can't
be loaded, gcmd displays error.
And yes, you're right without this module python should be disabled.
I'll try to fix that later.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]