[XML-SIG] Python 1.5.2 ?
mls
mlucassm@bigpond.net.au
Sun, 10 Nov 2002 16:48:17 +1100
Hi,
I want to use PyXML for my Python project, but the server I'm using only
has Python 1.5.2 and it seems unlikely they'll upgrade any time soon.
The pyxml website says the latest is 0.6.6 but the sourceforge page
gives you 0.8.1 which doesn't compile with python 1.5.2 apparently..
python setup.py build
Traceback (innermost last):
File "setup.py", line 93, in ?
if sys.byteorder == "little":
AttributeError: byteorder
if the only thing to do is use an older version.. which one and where
can I get it?
Michael Lucas-Smith