Project does not load under Win11
Posted: 15.03.2023 20:18
Working portable from stick, my projects do not load under Win 11, even though I run the exact same Cuda settings/folders as on other Win versions.
Loading project: D:\Toolbox\CudaText\settings\Cuda_Settings.cuda-proj
Traceback (most recent call last):
File "D:\Toolbox\CudaText\py\cuda_project_man\__init__.py", line 782, in action_open_project
self.action_refresh()
File "D:\Toolbox\CudaText\py\cuda_project_man\__init__.py", line 642, in action_refresh
self.action_refresh_int(parent)
File "D:\Toolbox\CudaText\py\cuda_project_man\__init__.py", line 703, in action_refresh_int
elif self.options.get("no_hidden", True) and is_hidden(spath):
File "D:\Toolbox\CudaText\py\cuda_project_man\__init__.py", line 139, in is_hidden
return is_hidden_win32(s)
File "D:\Toolbox\CudaText\py\cuda_project_man\__init__.py", line 123, in is_hidden_win32
import ctypes # import here to avoid it on Unix
File "<frozen zipimport>", line 259, in load_module
File "ctypes\__init__.py", line 7, in <module>
ImportError: DLL load failed while importing _ctypes: %1 ist keine zulässige Win32-Anwendung.
ERROR: Exception in CudaText for action_open_project: ImportError: DLL load failed while importing _ctypes: %1 ist keine zulässige Win32-Anwendung.