Quote:
Originally Posted by roger64
Do you think the script is limited to Python 2.x users? Which version of Python did you use to write your script?
|
I certainly didn't have Python 3 in mind when I wrote it, but it's simple enough that I can't imagine it couldn't be tweaked to run successfully in both 2.x and 3.x environments.
I'll take a peek when I get a minute.
Your friend had to do something to the script already, however, because the print statements aren't 3.x compliant. I would expect that to be the first complaint of a Python3 interpreter.