[XML-SIG] Setup Error

WIN ZANASI zanasi@inwind.it
Tue, 1 Aug 2000 08:38:40 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_0028_01BFFB93.E46BD660
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Under Win(98) setup.py does not work.

# XXX is this correct?
dest_dir =3D (sys.prefix + '\\lib\\python' + sys.version[:3] +
            '\\site-packages\\xml\\' )

I beleave that's better:
     =20
dest_dir =3D (sys.prefix + '/lib/xml' )
=20
Zanasi

=20

------=_NextPart_000_0028_01BFFB93.E46BD660
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Under Win(98) setup.py does not =
work.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2># XXX is this correct?<BR>dest_dir =3D =
(sys.prefix +=20
'\\lib\\python' + sys.version[:3]=20
+<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
'\\site-packages\\xml\\' )<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I beleave that's better:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
<BR>dest_dir =3D=20
(sys.prefix + '/lib/xml' )</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Zanasi</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><BR>&nbsp;</DIV></FONT></BODY></HTML>

------=_NextPart_000_0028_01BFFB93.E46BD660--