Nope ... doesn't work with python 2.2, 2.1, or 1.5 for that matter.From: "David A. Desrosiers" <[EMAIL PROTECTED]>python version 2.2 ... but I'm betting there's a bug in the parser. Consider this small example file:..and I'll bet it works with Python 2.1. Likely something changed in Python 2.2 that we don't compensate for, hence the problem. Roll back to 2.1, and you'll see things start working again.
Same complaint at the same place.
Did you try parsing this file yourself?
(I'm assuming all I needed to do is install the RPM for python 2.1.3 and then call the parser via "python2.1 <dir>/Spider.py", yes? The executble from the RPM is called python 2.1 and seems to be happy to co-exist with the other versions).
_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

