[XML-SIG] Urllib problem 4SS-0.12
Guy Robinson
ohbehave@ihug.co.nz
Sat, 12 Jan 2002 19:49:20 +1300
Hello,
I'm trying to initialise the latest CVS 4Suite-0.12 pyxml 0.7 on a win2K
machine. I built it using the free borland C compiler.
My server environment variable is set to e:\ but it seems to be interpreted
as e:\\ (see TB below). I've looked back through the xml-sig archive and
from what I could find this should work. file:///e:/redsite doesn't work
either and e:/ gives a permission denied error.
Does anyone have a suggestion as to why/ how I can make this work?
TIA,
Guy Robinson
C:\>4ss_manager init
Traceback (most recent call last):
File "<string>", line 1, in ?
File "c:\Python21\Ft\Server\Server\Commands\__init__.py", line 76, in run
return apply(CommandLineApp.CommandLineApp.run,args,kw)
File "c:\Python21\Ft\Lib\CommandLine\CommandLineApp.py", line 90, in run
cmd.run_command(self.authenticationFunction)
File "c:\Python21\Ft\Lib\CommandLine\Command.py", line 86, in run_command
self.function(self.clOptions, self.clArguments)
File "c:\Python21\Ft\Server\Server\Commands\Init.py", line 39, in TextInit
properties = ConfigFile.Read(options.get('config-file'))
File "c:\Python21\Ft\Server\Server\Lib\ConfigFile.py", line 33, in Read
model = ReadConfigFile(fileName)
File "c:\Python21\Ft\Server\Server\Lib\ConfigFile.py", line 51, in
ReadConfigF
ile
model, db = Util.DeserializeFromUri(fileName)
File "c:\Python21\Ft\Rdf\Util.py", line 150, in DeserializeFromUri
doc = READER.fromUri(uri)
File "c:\Python21\Ft\Xml\ReaderBase.py", line 64, in fromUri
stream = self.uriResolver.resolve(uri, baseUri)
File "c:\Python21\Ft\Lib\Uri.py", line 34, in resolve
stream = open(uri)
IOError: [Errno 2] No such file or directory: 'e:\\'