qb-0 / pyMeow

Python Game Hacking Library
MIT License
355 stars 39 forks source link

AttributeError: module 'pyMeow' has no attribute 'get_display_resolution' #25

Closed Douilol closed 1 year ago

Douilol commented 1 year ago

Capture d’écran 2023-07-18 121809

qb-0 commented 1 year ago

Try to reinstall pyMeow. Might be something wrong with your installation.

Douilol commented 1 year ago

Try to reinstall pyMeow. Might be something wrong with your installation.

I already did this. it doesn't work

qb-0 commented 1 year ago

Whats the output of python -c "import sys;print(sys.version);import pyMeow;print(pyMeow.__dir__())"?

Also make sure that you installed the zip file on the release page.