List Info

Thread: can't get gmail search working




can't get gmail search working
user name
2007-07-28 07:03:59
help?

 i installed conduit in fedora and it has libgmail, but
gmail plugin
in deskbar applet still is asking for libgmail

drwxr-xr-x 2 root root  4096 2007-07-28 14:30 .
drwxr-xr-x 3 root root  4096 2007-07-28 14:30 ..
-rw-r--r-- 1 root root  5121 2007-06-15 06:17
lgconstants.py
-rw-r--r-- 1 root root  6844 2007-06-15 06:17
lgconstants.pyc
-rw-r--r-- 1 root root  6844 2007-06-15 06:17
lgconstants.pyo
-rw-r--r-- 1 root root 52086 2007-06-15 06:17 libgmail.py
-rw-r--r-- 1 root root 48742 2007-06-15 06:17 libgmail.pyc
-rw-r--r-- 1 root root 48742 2007-06-15 06:17 libgmail.pyo
[userlaptop libgmail-0.1.5]$ pwd
/usr/lib/python2.5/site-packages/conduit/dataproviders/Gmail
Module/libgmail-0.1.5
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: can't get gmail search working
country flaguser name
Germany
2007-08-01 05:36:23
John H. schrieb:
> help?
> 
>  i installed conduit in fedora and it has libgmail, but
gmail plugin
> in deskbar applet still is asking for libgmail
> 
conduit doesn't install libgmail globally. It must be e.g.
in
/usr/lib/python2.5/site-packages
Best is to search for a package of libgmail for your distro.

-- 
Greetings,
Sebastian Pölsterl
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list
Re: can't get gmail search working
user name
2007-08-01 17:02:39
no such package.  Please just tell me where to symlink for
fedora.

On 8/1/07, Sebastian Pölsterl <mardukk-d-w.org> wrote:
> John H. schrieb:
> > help?
> >
> >  i installed conduit in fedora and it has
libgmail, but gmail plugin
> > in deskbar applet still is asking for libgmail
> >
> conduit doesn't install libgmail globally. It must be
e.g. in
> /usr/lib/python2.5/site-packages
> Best is to search for a package of libgmail for your
distro.
>
> --
> Greetings,
> Sebastian Pölsterl
>
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: can't get gmail search working
country flaguser name
Germany
2007-08-01 17:40:44
John H. schrieb:
> no such package.  Please just tell me where to symlink
for fedora.
> 
> On 8/1/07, Sebastian Pölsterl <mardukk-d-w.org> wrote:
>> John H. schrieb:
>>> help?
>>>
>>>  i installed conduit in fedora and it has
libgmail, but gmail plugin
>>> in deskbar applet still is asking for libgmail
>>>
>> conduit doesn't install libgmail globally. It must
be e.g. in
>> /usr/lib/python2.5/site-packages
>> Best is to search for a package of libgmail for
your distro.
>>
>> --
>> Greetings,
>> Sebastian Pölsterl
>>
> 
The following should work:
ln -s
/usr/lib/python2.4/site-packages/conduit/dataproviders/Gmail
Module/libgmail-0.1.5
/usr/lib/python2.4/site-packages/libgmail

-- 
Greetings,
Sebastian Pölsterl
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: can't get gmail search working
user name
2007-08-02 03:51:08
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/Gmail
Module/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






On 8/2/07, Sebastian Pölsterl <mardukk-d-w.org> wrote:
> John H. schrieb:
> > no such package.  Please just tell me where to
symlink for fedora.
> >
> > On 8/1/07, Sebastian Pölsterl <mardukk-d-w.org> wrote:
> >> John H. schrieb:
> >>> help?
> >>>
> >>>  i installed conduit in fedora and it has
libgmail, but gmail plugin
> >>> in deskbar applet still is asking for
libgmail
> >>>
> >> conduit doesn't install libgmail globally. It
must be e.g. in
> >> /usr/lib/python2.5/site-packages
> >> Best is to search for a package of libgmail
for your distro.
> >>
> >> --
> >> Greetings,
> >> Sebastian Pölsterl
> >>
> >
> The following should work:
> ln -s
>
/usr/lib/python2.4/site-packages/conduit/dataproviders/Gmail
Module/libgmail-0.1.5
> /usr/lib/python2.4/site-packages/libgmail
>
> --
> Greetings,
> Sebastian Pölsterl
>
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: can't get gmail search working
country flaguser name
Germany
2007-08-02 04:34:18
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/Gmail
Module/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/Gmail
Module/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

_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: can't get gmail search working
user name
2007-08-02 04:41:52
yay, that did it.

But is it sending user/pass encrypted?

On 8/2/07, Sebastian Pölsterl <mardukk-d-w.org> wrote:
> 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/Gmail
Module/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/Gmail
Module/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
>
>
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: can't get gmail search working
country flaguser name
Germany
2007-08-02 06:37:10
John H. schrieb:
> yay, that did it.
> 
> But is it sending user/pass encrypted?
> 
I don't know, you should ask the libgmail maintainer.

-- 
Greetings,
Sebastian Pölsterl
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

[1-8]

about | contact  Other archives ( Real Estate discussion Medical topics )