Running godot-python error.
Hi, I was able to write my app using Manjaro.
However, when I moved my code to a windows 10 clean machine, I got this error. Code works fine on manjaro.
Pythonscript 0.50.0 (CPython 3.8.5.final.0) Traceback (most recent call last): File "build\windows-64\pythonscript\_godot_instance.pxi", line 98, in _godot.pythonscript_instance_call_method File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper\Code\Root.py", line 11, in _ready self.portlists = mido.get_output_names() File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\mido\backends\backend.py", line 175, in get_output_names devices = self._get_devices(**self._add_api(kwargs)) File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\mido\backends\backend.py", line 162, in _get_devices if hasattr(self.module, 'get_devices'): File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\mido\backends\backend.py", line 42, in module self.load() File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\mido\backends\backend.py", line 58, in load self._module = importlib.import_module(self.name) File "C:\Users\cris\Documents\GitHub\Godot\Noob Key remapper\addons\pythonscript\windows-64\python38.zip\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\mido\backends\rtmidi.py", line 8, in <module> import rtmidi File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\rtmidi\__init__.py", line 4, in <module> from ._rtmidi import * # noqa ImportError: DLL load failed while importing _rtmidi: No se puede encontrar el mรณdulo especificado. Traceback (most recent call last): File "build\windows-64\pythonscript\_godot_instance.pxi", line 98, in _godot.pythonscript_instance_call_method File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper\Code\Root.py", line 17, in GetPortsSize self.portlists = mido.get_output_names() File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\mido\backends\backend.py", line 175, in get_output_names devices = self._get_devices(**self._add_api(kwargs)) File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\mido\backends\backend.py", line 162, in _get_devices if hasattr(self.module, 'get_devices'): File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\mido\backends\backend.py", line 42, in module self.load() File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\mido\backends\backend.py", line 58, in load self._module = importlib.import_module(self.name) File "C:\Users\cris\Documents\GitHub\Godot\Noob Key remapper\addons\pythonscript\windows-64\python38.zip\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\mido\backends\rtmidi.py", line 8, in <module> import rtmidi File "C:/Users/cris/Documents/GitHub/Godot/Noob Key remapper/lib\rtmidi\__init__.py", line 4, in <module> from ._rtmidi import * # noqa ImportError: DLL load failed while importing _rtmidi: No se puede encontrar el mรณdulo especificado. Traceback (most recent call last): File "build\windows-64\pythonscript\_godot_instance.pxi", line 67, in _godot.pythonscript_instance_get_prop File "build\windows-64\pythonscript\godot\bindings.pyx", line 244, in godot.bindings.Object.__getattr__ AttributeError: Rootobject has no attribute_import_pathTraceback (most recent call last): File "build\windows-64\pythonscript\_godot_instance.pxi", line 67, in _godot.pythonscript_instance_get_prop File "build\windows-64\pythonscript\godot\bindings.pyx", line 244, in godot.bindings.Object.__getattr__ AttributeError:Rootobject has no attributescript``