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

RotateBox and Python3 #28

Open
model103 opened this issue Mar 31, 2022 · 1 comment
Open

RotateBox and Python3 #28

model103 opened this issue Mar 31, 2022 · 1 comment

Comments

@model103
Copy link

The executable pre built by the author does not support RotateBox. If you want to use RotateBox, you must build it from the source code. If you use Python3, please change "pyrcc4 -o resources.py resources.qrc" to "pyrcc4 -o resources.py -py3 resources.qrc"

由作者预构建的可执行文件不支持rotateBox,如果你想使用rotateBox,你必须从源码构建,如果你使用的是python3,请把“pyrcc4 -o resources.py resources.qrc”改成“pyrcc4 -o resources.py -py3 resources.qrc”.

@nataliameira
Copy link

Where should I make this change?

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

2 participants