Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 2 support? #13

Closed
xu4wang opened this issue Jul 7, 2019 · 2 comments
Closed

python 2 support? #13

xu4wang opened this issue Jul 7, 2019 · 2 comments

Comments

@xu4wang
Copy link
Contributor

xu4wang commented Jul 7, 2019

Does the project support Python 2? Or python 3 only?

Thanks!

@xu4wang
Copy link
Contributor Author

xu4wang commented Jul 7, 2019

Was trying python 2.7 and got below error message.

$ python todo.py
Traceback (most recent call last):
  File "todo.py", line 3, in <module>
    from todo.todo import main
  File "/Users/wangxu/Documents/github/todo/source/todo/todo.py", line 23
SyntaxError: Non-ASCII character '\xe2' in file /Users/wangxu/Documents/github/todo/source/todo/todo.py on line 23, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

@foobuzz
Copy link
Owner

foobuzz commented Jul 7, 2019

Hello,

The project is only Python 3-compatible indeed.

@foobuzz foobuzz closed this as completed Jul 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants