Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on start #26

Open
alexsprokosin opened this issue Sep 6, 2024 · 1 comment
Open

error on start #26

alexsprokosin opened this issue Sep 6, 2024 · 1 comment

Comments

@alexsprokosin
Copy link

[ERROR] An error has been caught in function 'main', process 'MainProcess' (4472), thread 'MainThread' (5660):
Traceback (most recent call last):

File "C:\Users\GamePC\Desktop\XCoder-2.7.2\main.py", line 49, in
main()
└ <function main at 0x000001A17056A340>

File "C:\Users\GamePC\Desktop\XCoder-2.7.2\main.py", line 32, in main
refill_menu()
└ <function refill_menu at 0x000001A172B776A0>

File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\main_menu.py", line 71, in refill_menu
from system.lib.features.sc.decode import (

File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\features\sc\decode.py", line 9, in
from system.lib.features.cut_sprites import render_objects

File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\features\cut_sprites.py", line 7, in
from system.lib.objects.renderable.renderable_factory import (

File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\objects_init_.py", line 3, in
from system.lib.objects.texture import SWFTexture

File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\objects\texture.py", line 15, in
from system.lib.pvr_tex_tool import get_image_from_ktx_data

File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\pvr_tex_tool.py", line 30, in
_cli_path = _get_executable_path(_cli_name, f"{_main_dir}/system/bin/{_cli_name}")
│ │ │ └ 'PVRTexToolCLI'
│ │ └ 'C:\Users\GamePC\Desktop\XCoder-2.7.2'
│ └ 'PVRTexToolCLI'
└ <function _get_executable_path at 0x000001A172E0BB00>

File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\pvr_tex_tool.py", line 19, in _get_executable_path
from distutils.spawn import find_executable

ModuleNotFoundError: No module named 'distutils'

@alexsprokosin
Copy link
Author

как пофикить?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant