chat.freenode.net #tryton.de log beginning Fri Dec 2 00:00:01 CET 2011 | ||
2011-12-02 10:40 <grek324> Hallo, ich bekomme es nicht hin, Sonderzeichen und Umlaute aus Tryton zu exportieren mit einem Proteus-CSV-Export-Skript: UnicodeEncodeError: 'ascii' codec can't encode. http://tryton.origo.ethz.ch/node/305 | ||
2011-12-02 10:41 <grek324> Freue mich über jede Hilfe, Danke | ||
2011-12-02 10:46 <udono> grek324: hi, schau dir class UnicodeWriter: in http://docs.python.org/library/csv.html#examples mal genauer an. | ||
2011-12-02 10:57 <grek324> udone: Funktioniert, Danke. Hatte nur erst Probleme mit dem einbauen. | ||
2011-12-02 12:56 <grek324> Mit UnicodeWriter kann ich nun Titel und Beschreibung von Artikeln auslesen auch wenn diese Umlaute enthalten. Nun kann ich allerdings keine Zahlen mehr auslesen weil 'float' object has no attribute 'encode'. Wie kann ich den das Problem umgehen? http://tryton.origo.ethz.ch/node/305#comment-732 | ||
2011-12-02 14:00 <udono> grek324: du musst in python typen immer explizit umwandeln. | ||
2011-12-02 14:01 <udono> grek324: bspw. str(1.23456) | ||
2011-12-02 14:20 <grek324> Danke nochmals |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!