Hi,

Thank for all tester !

1: That's strange I work in debian !

Sorry I doesn't believe that script is on svn.

2, 3, 4:  Thanks

4': Is it preferable to exit with return code different to 0 and
specify in error maybe that dbus support is not supported by Pidgin ?

Julien

2007/5/26, CARPENTIER Thomas <[EMAIL PROTECTED]>:
> Hi!
>
> 2:
> i modified it
>
> 3 :  at line 96, i added 'try except" functions.
>
>  4 :
> at line 81 => text need be encoded in 'utf-8'
> text=text.encode('utf-8')
> Fixed in attached file.
> I am working about received message, i found a parser for html to text.
> I will post it when it will done
>
> Thomas
>
>
> [EMAIL PROTECTED] a écrit :
> > "Julien Ruchaud" <[EMAIL PROTECTED]> writes:
> >
> >
> >> Hi,
> >> I post on the forum a new version, now Tuxdroid speaks with TTS voices
> >> that say the contact on pidgin. I can't really test because I haven't
> >> got tuxdroid, so I need somebody test and say if it run.
> >>
> >
> > Hello,
> >
> > Just tried it and I have a few comments:
> >
> > 1. There is a bunch of ^M at the end of the lines in the module's doc
> >    string and in __author__, __app__name, etc. Please don't use these
> >    in the Unix/Linux world. (See dos2unix.)
> >
> >    There is trailing whitespace. It's ugly and may lead to conflicts
> >    or unnecessary diffs when merging/committing in svn. Your editor
> >    probably has an option to remove these automatically.
> >
> > 2. I think you should use underscores in your function names:
> >    received_im_msg() and buddy_signed_on() are much more readable than
> >    receivedimmsg() and buddysignedon().
> >
> > 3. When pidgin is not running, your script dumps an exception; it
> >    should catch it and print a nice, user-friendly error message
> >    instead.
> >
> > 4. When I started pidgin and then your script, the latter printed on
> >    stdout that "Blah is online" (which was right) but Tux didn't *say*
> >    it. Both tuxdaemon and tuxttsdaemon where running
> >
>
> > I'll keep your script running and see what happens when my contacts
> > come and go.
> >
> >       Damien
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > tux-droid-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/tux-droid-user
> >
> >
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> tux-droid-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tux-droid-user
>
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
tux-droid-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-user

Reply via email to