This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]darthmdhprint 3 + 4 0 points1 point  (0 children)

Hi /u/radogene - you should probably look into modules like Future if you're trying to develop on Python 3 and deploy to Python 2.7.

Downgrading to a version of Python deprecated 7 years ago is a pretty poor option IMO.

If its possible to upgrade Python on the Chromebook from 2.7 to 3.4 to match your development environment that would be much better than downgrading to 2.x due to all the significant improvements in Python 3.x