flask-blog icon indicating copy to clipboard operation
flask-blog copied to clipboard

python 3 compatibility

Open mentaal opened this issue 9 years ago • 0 comments

Hi there, the python_3 branch does not appear to be fully compatible with python 3. Below is a on the python_3 branch

Traceback (most recent call last):
  File "web.py", line 10, in <module>
    import post
  File "/home/gkuhn/flask-blog/post.py", line 45
    except Exception, e:
                ^
SyntaxError: invalid syntax

mentaal avatar Feb 06 '16 22:02 mentaal