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

Error importing

Open RJGJ opened this issue 3 years ago • 4 comments

I just followed the instructions an got this error.

Traceback (most recent call last): File "G:\programming_projects\RaylibPyGame\main.py", line 5, in <module> import raylibpy File "G:\programming_projects\RaylibPyGame\.venv\lib\site-packages\raylibpy\__init__.py", line 71, in <module> _rl = CDLL(os.path.join(RAYLIB_BIN_PATH, _lib_filename[_platform])) File "C:\Python39\lib\ctypes\__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 193] %1 is not a valid Win32 application

RJGJ avatar Mar 14 '21 08:03 RJGJ

Same here

Razikus avatar May 26 '21 20:05 Razikus

I'm seeing the same thing on my side. This is happening with the example code in the core 2D camera

Jmacklin308 avatar Jun 18 '21 08:06 Jmacklin308

Same thing even after 4 months of this issue

BrakingChanges avatar Jul 28 '21 19:07 BrakingChanges

You should try out the raylib-3.7 branch.

Master is version 2.0.0 which is very old. Momentum should be put toward the 3.7+ branch.

adamlwgriffiths avatar Jul 29 '21 00:07 adamlwgriffiths