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

Fix Gui Running within the tutorial command #41

Merged
merged 1 commit into from
Aug 12, 2023

Conversation

masihnajafi02
Copy link

#40
It was a problem with QtGUI library, in the lines that there was error, I replaced QtGUI library with QtWidgets because they are identical in their components and classes so it worked well and I had no trouble running it anymore.
I also double checked the changes made, by downloading my code again from GitHub and running it.

@po60nani po60nani merged commit 71ce860 into SandoghdarLab:main Aug 12, 2023
6 of 11 checks passed
@po60nani
Copy link
Contributor

It appears that the problem might be related to the versions of PyQt6 and PySide6 that you are using. Library calls and functionality can differ between various versions, which can lead to compatibility and functionality problems.

To assist you further, could you please provide the exact version numbers of both PyQt6 and PySide6 that you are currently using? Additionally, I recommend checking if you are using the recommended versions of these libraries for your project.

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

Successfully merging this pull request may close these issues.

None yet

2 participants