nekitdev/gd.py

Can not use due to AttributeError occurring?

Closed this issue · 5 comments

When I run the program I get the error:

AttributeError: module "gd" has no attribute "Client".

Are you using the latest version? (and what is the name of your python file)

You can check the version via

py -3 -m gd --version

When I run the program I get the error:

AttributeError: module "gd" has no attribute "Client".

Have you installed gd.py? Maybe the library you installed is named gd?
(Wrong: pip install gd
Correct: pip install gd.py)

Closed this due to inactivity.