Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a23f1e7b4eb4b4aa674cd5c94600fe41 > files > 120

wammu-0.30.1-2mdv2010.0.noarch.rpm

Frequently asked questions about Wammu
======================================

------------------------------------------------------------------------------

Q1: [I hope this does not apply to current code, but just in case...]
    I get segfault or some UnicodeEncodeError when working with some data from
    phone, how can I avoid this?

A1: Most probably it is wxPython issue. It segfaults, when it gets non ASCII
    character, that can not be converted to Unicode. This bug is reported -
    #855297, you can check the bug status here:
    https://sourceforge.net/tracker/?func=detail&atid=109863&aid=855297&group_id=9863

    Workaround that helps in most situations is to enable setting default
    charset in /usr/lib/pythonPYTHONVERSION/site.py (look for "Enable to
    support locale aware default string encodings").

------------------------------------------------------------------------------