"Fischer, Thomas" <ThomasFischer at schmuecker.de> writes: > importFile="C:\Dokumente und Einstellungen\fis\Desktop\datei.txt" >>> "\f" '\x0c' \f ist "form feed". Du musst alle Backslashes verdoppeln, oder den String mit r" beginnen. Siehe auch http://www.python.org/doc/current/ref/strings.html Ciao, Martin