gd.py icon indicating copy to clipboard operation
gd.py copied to clipboard

Error when running gd.exe (or importing gd in program by "import gd")

Open jestro756 opened this issue 1 year ago • 1 comments

i trying to use it in program, but program displaying me this error:

C:\Python\Scripts>gd Traceback (most recent call last): File "", line 198, in run_module_as_main File "", line 88, in run_code File "C:\Python\Scripts\gd.exe_main.py", line 4, in File "C:\Python\Lib\site-packages\gd_init.py", line 11, in from gd import ( File "C:\Python\Lib\site-packages\gd\api_init_.py", line 1, in from gd.api.artist import ArtistAPI File "C:\Python\Lib\site-packages\gd\api\artist.py", line 11, in from gd.schema import ArtistAPISchema File "C:\Python\Lib\site-packages\gd\schema.py", line 39, in artist = load_module("artist") ^^^^^^^^^^^^^^^^^^^^^ File "C:\Python\Lib\site-packages\gd\schema.py", line 32, in load_module raise FileNotFoundError(path_string) FileNotFoundError: C:/Python/Lib/site-packages/gd/submodules/schema/gd/schema/artist.capnp

i installed it manually from github page of gd.py by git

jestro756 avatar Oct 13 '24 15:10 jestro756

waiting for fix

jestro756 avatar Oct 18 '24 12:10 jestro756