Open mq1 opened 2 years ago
This is a duplicate of https://github.com/indygreg/python-build-standalone/issues/132. This should get fixed once we pull in / release new default Python distributions.
That might happen today. But releases take a few hours due to slow GitHub Actions runners. So don't hold your breath.
Awesome! How can I update the python distribution in my project?
Awesome! How can I update the python distribution in my project?
Until a new version is published (the new default distributions are already on the main
branch if you want to build from source or grab a binary from GitHub Actions), you can use the PythonDistribution
type in Starlark (instead of default_python_distribution()
) to define the explicit path/URL to a distribution. https://gregoryszorc.com/docs/pyoxidizer/stable/pyoxidizer_config_type_python_distribution.html
Awesome! How can I update the python distribution in my project?
Until a new version is published (the new default distributions are already on the
main
branch if you want to build from source or grab a binary from GitHub Actions), you can use thePythonDistribution
type in Starlark (instead ofdefault_python_distribution()
) to define the explicit path/URL to a distribution. gregoryszorc.com/docs/pyoxidizer/stable/pyoxidizer_config_type_python_distribution.html
I built pyoxidizer from the main branch, but the problem still persists.
We'll need to add -ObjC
to the linker argument in PyOxidizer as well.
I'm getting same error with latest pyoxidizer version, is there any workaround to this problem?
I don't seem to be able to run my application
The project does build, but fails to run:
2022-07-25 12:08:41.161 ice-launcher[27960:535880] -[TKApplication tkProcessEvent:]: unrecognized selector sent to instance 0x140e53fd0
My pyoxidizer.bzl