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

SyntaxError: Non-ASCII character #5

Closed
ASecurityPro opened this issue Jun 17, 2018 · 5 comments
Closed

SyntaxError: Non-ASCII character #5

ASecurityPro opened this issue Jun 17, 2018 · 5 comments

Comments

@ASecurityPro
Copy link

Traceback (most recent call last):
File "cmseek.py", line 9, in
import cmseekdb.basic as cmseek # All the basic functions
File "/root/Desktop/CMSeeK/cmseekdb/basic.py", line 67
SyntaxError: Non-ASCII character '\xc3' in file /root/Desktop/CMSeeK/cmseekdb/basic.py on line 67, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

@Tuhinshubhra
Copy link
Owner

Possibly fixed, could you update your version of CMSeeK, retry and update me if it still exists

@ASecurityPro
Copy link
Author

Same result bro even after updating CMSeeK

@Snifer
Copy link

Snifer commented Jun 18, 2018

It's because you're running with python2 using python3

Regards,
Snifer

@ASecurityPro
Copy link
Author

It worked like a charm. The problem fixed when running the script using python3. thanks

@Tuhinshubhra
Copy link
Owner

Thanks @Snifer, Closing issue now

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

3 participants