EricR86 / segway-issues-proxy

0 stars 0 forks source link

segway-winner error with Python 2.5 #21

Closed EricR86 closed 10 years ago

EricR86 commented 10 years ago

From stevenpwilder@gmail.com on August 11, 2011 08:37:06

Running segway-winner with python2.5.2 exits with warning " 'with' will become a reserved keyword in Python 2.6 "

Inserting "from future import with_statement" in winner.py, solves this problem.

Original issue: http://code.google.com/p/segway-genome/issues/detail?id=21

EricR86 commented 10 years ago

From hoffman...@gmail.com on August 11, 2011 14:49:10

Thanks! Fixed in the next release.

Status: Fixed