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

pythonw link missing for specific python versions, i.e. pythonw3.12.exe #22856

Open
2 of 6 tasks
C0rn3j opened this issue Dec 21, 2024 · 0 comments
Open
2 of 6 tasks

pythonw link missing for specific python versions, i.e. pythonw3.12.exe #22856

C0rn3j opened this issue Dec 21, 2024 · 0 comments
Labels

Comments

@C0rn3j
Copy link

C0rn3j commented Dec 21, 2024

Description / Steps to reproduce the issue

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:

image

The link is indeed missing:

image

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

  • MINGW64
  • MINGW32
  • UCRT64
  • CLANG64
  • CLANGARM64

Are you willing to submit a PR?

No response

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

No branches or pull requests

1 participant