pyapp icon indicating copy to clipboard operation
pyapp copied to clipboard

Runtime installer for Python applications

Results 36 pyapp issues
Sort by recently updated
recently updated
newest added

Hi, just updated to 0.23.0 and set PYAPP_PYTHON_VERSION=3.11 does not work anymore in the command below: ```sh PYAPP_PYTHON_VERSION=3.11 cargo build --release /binary self python --version # Giving 3.12 ``` Other...

If yes, is it possible to publish pre-built binaries of `pyapp` on the GitHub release page?

Hi, I have this file system / folder system setup main_folder/ ├─ src/ │ ├─ utils/ │ ├─ script.py │ ├─ script2.py │ ├─ script3.py ├─ main.py What flag should...

Would it be possible to add a simple splash screen/loading screen to PyApp? I'm using PyApp for a relatively large project, so it has to download ~3gb. On my Mac...

I got an error when trying to distribute my Tkinter app: ``` _tkinter.TclError: Can't find a usable init.tcl in the following directories: /home/plumail/.local/share/pyapp/spfluo-app/7904589091198436804/0.1.12/bin/../lib/tcl8.6 /tools/deps/lib/tcl8.6 /home/plumail/.local/share/pyapp/spfluo-app/7904589091198436804/0.1.12/lib/tcl8.6 /home/plumail/.local/share/pyapp/spfluo-app/7904589091198436804/lib/tcl8.6 /home/plumail/.local/share/pyapp/spfluo-app/7904589091198436804/0.1.12/library /home/plumail/.local/share/pyapp/spfluo-app/7904589091198436804/library /home/plumail/.local/share/pyapp/spfluo-app/7904589091198436804/tcl8.6.12/library /home/plumail/.local/share/pyapp/spfluo-app/tcl8.6.12/library...

Hello! 👋 Since the [20240726 release of python-build-standalone](https://github.com/indygreg/python-build-standalone/releases/tag/20240726), a new kind of distributions builds are available. > A new install_only_stripped variant is now included in the release (https://github.com/indygreg/python-build-standalone/pull/279). These builds...

Hello! I was reading these very interesting blog posts: https://corrode.dev/blog/tips-for-faster-rust-compile-times/ https://blog.kodewerx.org/2020/06/the-rust-compiler-isnt-slow-we-are.htmlreq And I was wondering if we are able to reduce the compile time of pyapp with easy and stable...

Bumps the all group with 4 updates: [clap](https://github.com/clap-rs/clap), [once_cell](https://github.com/matklad/once_cell), [tempfile](https://github.com/Stebalien/tempfile) and [zip](https://github.com/zip-rs/zip2). Updates `clap` from 4.5.32 to 4.5.34 Release notes Sourced from clap's releases. v4.5.34 [4.5.34] - 2025-03-27 Fixes (help)...

dependencies
rust