[XML-SIG] Urllib problem 4SS-0.12
Thomas B. Passin
tpassin@home.com
Sat, 12 Jan 2002 11:05:45 -0500
[Guy Robinson]
>
> 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?
>
You didn't mention "file:/" - that usually seems to work - either
file:/e:/
or
file:/e:\
Try them both.
Cheers,
Tom P