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

OSX系统不兼容问题 #5

Open
thtTNT opened this issue Feb 14, 2021 · 0 comments
Open

OSX系统不兼容问题 #5

thtTNT opened this issue Feb 14, 2021 · 0 comments

Comments

@thtTNT
Copy link

thtTNT commented Feb 14, 2021

在liqi.py的第39行 OS X系统运行会报错

源代码:
open(os.path.join(os.path.dirname(file), 'proto\liqi.json'), 'r'))
修改后:
open(os.path.join(os.path.dirname(file), 'proto/liqi.json'), 'r'))

可正常运行

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