SteamworksPy icon indicating copy to clipboard operation
SteamworksPy copied to clipboard

I am unable to run

Open 2012zzw opened this issue 1 year ago • 0 comments

PS D:\game> d:; cd 'd:\game'; & 'd:\Program\Python39\python.exe' 'c:\Users\zhangziwen.vscode-insiders\extensions\ms-python.debugpy-2024.7.11591013-win32-x64\bundled\libs\debugpy\adapter/../..\debugpy\launcher' '56845' '--' 'd:\game\main.py' Traceback (most recent call last): File "d:\game\main.py", line 4, in steamworks = STEAMWORKS() File "d:\game\steamworks_init_.py", line 51, in init self.initialize() File "d:\game\steamworks_init.py", line 91, in _initialize self.cdll = CDLL(library_path) # Throw native exception in case of error File "d:\Program\Python39\lib\ctypes_init.py", line 374, in init self._handle = _dlopen(self._name, mode) OSError: [WinError 127] Unable to find the specified program. PS D:\game> 屏幕截图 2024-07-08 163217

2012zzw avatar Jul 08 '24 08:07 2012zzw