Ejemplo n.º 1
0
def unicodeWorkaround():
    # this request failed after some update of pubchen as the delivered
    # document contains french latin-1 characters but is declared as utf-8
    from libms.DataBases.PubChemDB import PubChemDB
    data = PubChemDB._get_summary_data([247])
    PubChemDB._parse_data(data)
Ejemplo n.º 2
0
def unicodeWorkaround():
    # this request failed after some update of pubchen as the delivered
    # document contains french latin-1 characters but is declared as utf-8
    from libms.DataBases.PubChemDB import PubChemDB
    data = PubChemDB._get_summary_data([247])
    PubChemDB._parse_data(data)