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

Getting error after Running pokerbot #207

Open
Thisiscreatorr opened this issue Sep 2, 2023 · 1 comment
Open

Getting error after Running pokerbot #207

Thisiscreatorr opened this issue Sep 2, 2023 · 1 comment

Comments

@Thisiscreatorr
Copy link

Hello I'm getting error after installation of binnaries , I can't run poker bot

Traceback (most recent call last):
File "poker\main.py" , line 12 , in ImportError : DLL load failed while importing QtGui : The Specified procedure could not be found. [100] Failed to execute script "main" due to inhandled exception

I'm using Windows 10 -64 bit
Capture

Help anyone please if you can !

@ShestakovPD
Copy link

ChatGPT (or claude) can help you!
Prompt:
you are a python expert, analyze the error step by step and give three options for resolving the problem using the following code File "poker\main.py" , line 12 , in ImportError : DLL load failed while importing QtGui : The Specified procedure could not be found. [100] Failed to execute script "main" due to inhandled exception

response to request
In this code, an error occurs when importing the QtGui module when running the main.py file in the poker directory.

Possible solutions to the problem:
1.Check for the presence of the QtGui library and the PyQt modules on which it is based. The necessary dependencies may not be installed.
2.Check the compatibility of Python versions and the PyQt library. Perhaps they are not compatible and you need to reinstall PyQt for the Python version.
3.Check for the presence of the dll file on which the QtGui library is based when loading the application. It may not be in the application folder or in the system PATH.
4.Recheck the imports in the main.py file. There may be an error in the import syntax or the module is not imported where it is needed.
5.Clear the Python import cache and try to import the required module again.

did it help solve the problem?

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