PS C:\Program Files\Nuitka-2.3.1> python -m EasyNuitka
Traceback (most recent call last):
File "C:\Users\Dragoy\AppData\Local\Programs\Python\Python310\lib\site-packages\EasyNuitka\__main__.py", line 14, in <module>
import mainui
ModuleNotFoundError: No module named 'mainui'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Dragoy\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\Dragoy\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\Dragoy\AppData\Local\Programs\Python\Python310\lib\site-packages\EasyNuitka\__main__.py", line 16, in <module>
from . import mainui
File "C:\Users\Dragoy\AppData\Local\Programs\Python\Python310\lib\site-packages\EasyNuitka\mainui.py", line 12, in <module>
import resource
ModuleNotFoundError: No module named 'resource'
I get the following error, on startup, what could be the problem?