On Jun 8, 2013 12:56 PM, "Daniel Shahaf" <[email protected]> wrote: > > On Sat, Jun 08, 2013 at 12:08:57AM -0000, [email protected] wrote: > > + print '%s: voter must be an Internet e-mail address.' % (SCRIPT,) > > Any reason not to use Python 3? Or at least the common subset of py2 and py3?
Python 2.7 is preinstalled on my Mac. It is generally more available, and I believe better-supported by 3rd-class extensions/libraries. Cheers, -g
