raylib-py icon indicating copy to clipboard operation
raylib-py copied to clipboard

Error when open my export project

Open ghost opened this issue 3 years ago • 0 comments

I was finish my game and export it by pyinstaller, but when I run the file, it error:

Traceback (most recent call last): File "main.py", line 1, in File "", line 971, in _find_and_load File "", line 955, in _find_and_load_unlocked File "", line 665, in load_unlocked File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module File "raylibpy_init.py", line 68, in RuntimeError: Unable to find raylib library ('libraylib_shared.dll').

ghost avatar Nov 20 '21 09:11 ghost