-
Notifications
You must be signed in to change notification settings - Fork 4
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
AttributeError: type object 'QMessageBox' has no attribute 'Question'. #2
Comments
Looks to be an issue with the update to PyQt6, so any references in the script should be changed from
|
Submitting a patch right now edit: |
mihawk90
added a commit
to mihawk90/ffxiv-benchmark-launcher
that referenced
this issue
Apr 14, 2024
tested; can confirm I can get it to run with @mihawk90 's patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could this be my install? I have nothing to go off, I'm not the most knowledgeable linux person, but...I tried to set up like this. Fresh python3 and pip install of pyqt6. Full AMD setup, Ubuntu 22.04.
I downloaded the windows benchmark and unzipped it to /home/bsmt/Desktop/FFXIV which is where the .exe resides.
However, what I'm seeing in console is:
python3 ffxiv-benchmark.py Traceback (most recent call last): File "/home/bsmt/Desktop/FFXIV/ffxiv-benchmark.py", line 677, in launch_benchmark self.launch(self.build_cmdline(False)) File "/home/bsmt/Desktop/FFXIV/ffxiv-benchmark.py", line 700, in launch msg.setIcon(QMessageBox.Question) AttributeError: type object 'QMessageBox' has no attribute 'Question'. Did you mean: 'question'? Traceback (most recent call last): File "/home/bsmt/Desktop/FFXIV/ffxiv-benchmark.py", line 682, in launch_character_creation self.launch(cmdline) File "/home/bsmt/Desktop/FFXIV/ffxiv-benchmark.py", line 700, in launch msg.setIcon(QMessageBox.Question) AttributeError: type object 'QMessageBox' has no attribute 'Question'. Did you mean: 'question'?
The text was updated successfully, but these errors were encountered: