Re: [Deskbar] can't get gmail search working



John H. schrieb:
> I had to modify it a bit...
> 
> ls -la |grep libgmail
> lrwxrwxrwx  1 root root      82 2007-08-02 03:09 libgmail ->
> /usr/lib/python2.5/site-packages/conduit/dataproviders/GmailModule/libgmail-0.1.5/
> 
> pwd
> /usr/lib/python2.5/site-packages
> 
> and I restarted X but the plugin still won't work in deskbar applet.
> The contents of the folder are thus...
> lgconstants.py   lgconstants.pyo  libgmail.pyc
> lgconstants.pyc  libgmail.py      libgmail.py
> 
> 
The libgmail package doesn't have a __init__.py. Try the following:
cd
/usr/lib/python2.5/site-packages/conduit/dataproviders/GmailModule/libgmail-0.1.5/
ln -s libgmail.py /usr/lib/python2.5/site-packages
ln -s lgconstants.py /usr/lib/python2.5/site-packages

-- 
Greetings,
Sebastian Pölsterl




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