Die Suche ergab 2 Treffer

von shuter
Dienstag 11. Dezember 2012, 10:26
Forum: Allgemeine Fragen
Thema: x812 Error mit Path String
Antworten: 2
Zugriffe: 297

Re: x812 Error mit Path String

Ach so, stimmt. Funktioniert, SOLVED.

Danke sehr :-)
von shuter
Montag 10. Dezember 2012, 17:14
Forum: Allgemeine Fragen
Thema: x812 Error mit Path String
Antworten: 2
Zugriffe: 297

x812 Error mit Path String

Hallo an Alle,

ich habe volgenden einfachen Code:


Path2Src = "D:\Allnetic\2012\12\12.csv"
print Path2Src
SrcFil = open(Path2Src, "r")

for line in SrcFil:
#My Actions
SrcFil.close


Und folgenden Output:

D:\Allneticチ2

.csv

Traceback (most recent call last):
File "<pyshell#2>", line 1, in ...