[TS] problems in loading
Subject: [TS] problems in loading
From: Lapo Luchini (lapo@lapo.it)
Date: Sat Jan 22 2000 - 03:19:03 EST
Now my XML is correctly installed, but the same problem of saving (type='C'
instaed of 'file') generates problems even there:
[I wonder why they use the drive letter in the return type, in the
Win32 version...]
Traceback (innermost last):
File "thoughtstream\wx\frame.py", line 62,
in OnFileOpenMind
mind=thoughtstream.Mind(dlg.GetPath())
File "thoughtstream\mind.py", line 98, in
__init__
self.open(url)
File "thoughtstream\mind.py", line 168, in
open
self.open_xml(url)
File "thoughtstream\mind.py", line 176, in
open_xml
file=urlopen(url)
File "C:\Language\Python\Lib\urllib.py", line
59, in urlopen
return _urlopener.open(url)
File "C:\Language\Python\Lib\urllib.py", line
152, in open
return self.open_unknown(fullurl)
File "C:\Language\Python\Lib\urllib.py", line
166, in open_unknown
raise IOError, ('url error', 'unknown
url type', type)
IOError: [Errno url error] unknown url type: 'C'
My knowledge of Python is not yet good enough to fix it myself ^_^
Lapo Luchini
eGroups.com Home: http://www.egroups.com/group/thoughtstream
www.egroups.com - Simplifying group communications
This archive was generated by hypermail 2b25
: Wed Aug 30 2000 - 22:01:00 EDT