We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pythonw3.12.exe
I have this in pyproject.toml:
[project.gui-scripts] tauonmb = "tauon.__main__:main"
Which causes this error with pythonw3.12.exe not being found when launching tauonmb:
tauonmb
The link is indeed missing:
I also see that the major version binary is python3w instead of pythonw3 and I am not entirely sure if that's correct?
GUI App launches
GUI app fails to launch due to lack of binary
MINGW64_NT-10.0-22631
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description / Steps to reproduce the issue
I have this in pyproject.toml:
Which causes this error with
pythonw3.12.exe
not being found when launchingtauonmb
:The link is indeed missing:
I also see that the major version binary is python3w instead of pythonw3 and I am not entirely sure if that's correct?
Expected behavior
GUI App launches
Actual behavior
GUI app fails to launch due to lack of binary
Verification
Windows Version
MINGW64_NT-10.0-22631
MINGW environments affected
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: