On Fri, 2012-08-24 at 12:43 -0700, Willem Krayenhoff wrote: > Any idea why print isn't working here?
You're using Python 3.2, but trying Python 2.7 syntax - http://docs.python.org/release/3.0.1/whatsnew/3.0.html#print-is-a-function should explain the problem adequately. (Incidentally - you can copy from the Windows console by right-clicking and selecting "Mark". It's a little easier than taking a screenshot!) Rob -- http://mail.python.org/mailman/listinfo/python-list