-
Notifications
You must be signed in to change notification settings - Fork 260
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
win10_x64下闪退 #9
Comments
可能是编码的问题,可以尝试在main.py的14行加入如下代码 import sys
reload(sys)
sys.setdefaultencoding('utf-8') |
如果没有python环境可以尝试如下版本 |
用你上面的dist.zip,一样 |
我的也是一样闪退,用的也是win10_64 |
解析并没问题,应该就是第三方模块colorama的问题。这段时间会抽点时间写个GUI界面,放弃使用colorama。 |
界面倒不用,把颜色去掉也挺好 |
还是做一个把,没有进度显示看起来不舒服。 |
程序已上传,可以尝试下是否能使用。 |
没毛病,老铁,可以下载了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: