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

encoding problems #9

Open
All3xJ opened this issue Jul 27, 2017 · 1 comment
Open

encoding problems #9

All3xJ opened this issue Jul 27, 2017 · 1 comment

Comments

@All3xJ
Copy link

All3xJ commented Jul 27, 2017

Good job for your script, but I encountered an issue. After crypting, and when I open the crypted program, it raises: File "myscript.py", line 1 SyntaxError: Non-UTF-8 code starting with '\xf3' in file myscript.py on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

but it raises an invalid syntax. Where am I wrong?

@All3xJ
Copy link
Author

All3xJ commented Jul 27, 2017

That's because my script is developed in python 3 and so I open it with python3... Is there a way to avoid the error above?

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

1 participant