2010/1/31 Edward K. Ream <[email protected]>:
The proximate cause of this problem is a bad directory name:
>> WindowsError: [Error 123] Die Syntax f�r den Dateinamen,
>> Verzeichnisnamen oder die Datentr�gerbezeichnung ist falsch: u'C:\
>> \Dokumente und Einstellungen\\VR\\Eigene Dateien\\Tools\\Leo\\: C:'
That is:
u'C:\ \Dokumente und Einstellungen\\VR\\Eigene Dateien\\Tools\\Leo\\: C:'
This name ends with "\\: C:". In windows this will always be an
invalid name. The question is, how did this name arise?
Could you please put the following trace at the end of computeOutputFileName?
g.trace('openDirectory %s\ndefault_path %s\npath %s' % (
repr(openDirectory),repr(default_path),repr(path)))
Thanks.
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.