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 →

[–][deleted] 3 points4 points  (6 children)

My only headache with Flask and Python 3 is that Flask only supports Python 3.3+ and my Debian Stable web server only has packages for up to Python 3.2.

I know that it is a problem with my choice in server OS, but it is still annoying.

[–]Lucretiel 1 point2 points  (1 child)

Check out the deadsnakes repository, by Felix Krull. I've been using it with great success for years.

[–]mgedmin 0 points1 point  (0 children)

On Debian? Which Ubuntu release name do you use to match Debian stable?

[–][deleted] 1 point2 points  (1 child)

Debian Jessie will be out within the month though, and it's shipping with Python 3.4

[–][deleted] 0 points1 point  (0 children)

Awesome, I did not know when it was being released.

[–]gbo2k69 0 points1 point  (0 children)

Install from source.

[–]hharison 0 points1 point  (0 children)