> [ord(x) for x in data] > Since I'm not python literate, I can't determine what my next > course of action is. Is this a legit bug or is this related to > the fact that I'm running an old python (version 1.5.2)?

It's related to the fact that you're running an old python.

This feature (list comprehensions) was released in version 2.0

I've looked into upgrading the package and there is a significant ripple effect in the number of packages that have to upgraded! IMHO, the one offending line of python should be removed and replaced by something acceptable to the older versions of python thus making plucker available to a larger user base.


On my machine, python is installed in a directory named something like /usr/lib/pythonX.Y where X.Y is the version of python installed. Because plucker installs python scripts in /usr/lib/python, I'm wondering if it is the intention of plucker (or python) that a link be created between /usr/lib/python and /usr/lib/pythonX.Y?

regards,
michael

_________________________________________________________________
Getting married? Find tips, tools and the latest trends at MSN Life Events. http://lifeevents.msn.com/category.aspx?cid=married


_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to