PyCharm出现SyntaxError: invalid syntax.
Posted Ari Max.
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PyCharm出现SyntaxError: invalid syntax.相关的知识,希望对你有一定的参考价值。
1、先导入所需要的包,当运行程序时可能报错没有被运行的模块Crypto,需要把python3安装目录Lib和Lib/site-packges下的crypto改成Crypto
pip3 install crypto
2、再安装pycrypto
pip3 install pycrypto
另附exe安装包地址:http://www.voidspace.org.uk/python/modules.shtml#pycrypto
以上是关于PyCharm出现SyntaxError: invalid syntax.的主要内容,如果未能解决你的问题,请参考以下文章
使用Python2.x,在Pycharm工具下,如果存在中文等非英文字符输出或注释时,运行代码,会出现提示:SyntaxError: Non-ASCII character 'xe7'(
运行python出现 SyntaxError: Non-ASCII character 'xe6' in file /Users/finup/Documents/python_pro(
python系列SyntaxError:Missing parentheses in call to 'print'
错误记录PyCharm 运行 Python 程序报错 ( SyntaxError: Non-ASCII character ‘xe5‘ in file x.py on line 1, but )(代码