So i have the package installed with python 3
now when I start to execute the app it wont start using the inkcut cMD command
So i have the package installed with python 3
now when I start to execute the app it wont start using the inkcut cMD command
C:\Users\Frost>python -m inkcut.exe
C:\Users\Frost\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe: No module named inkcut.exe
C:\Users\Frost>
It is a python script (not an exe). Try using python -m inkcut.app