on 06/07/2012 09:41 PM Michael Mol wrote the following: > > In Python 3.x, 'print' is a function, not a builtin. So it'd be > > print( "blah" ) > > instead of > > print "blah" > > There are standard scripts out there for converting between py2 and py3, FWIW. >
Correct! Thanks!

