pywine
pywine copied to clipboard
Docker image for Wine with Python
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [upx/upx](https://togithub.com/upx/upx) | patch | `4.2.1` -> `4.2.4` | --- ### Release Notes upx/upx...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/webcomics/pywine). This repository currently has no open or...
Hey !! Thanks for the image, works flawlessly to cross build .exe !! I'm however stuck with a project which relies on setuptools_scm, since there is not git in Wine....
Hi, I get this odd error ## How to to reproduce * Use tobix/pywine:3.10 image * Create a project `test_mem` * Add in `test_mem` the `test_mem.py` ``` import click @click.group()...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python/cpython](https://togithub.com/python/cpython) | patch | `3.12.4` -> `3.12.5` | --- ### Release Notes python/cpython...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python/cpython](https://redirect.github.com/python/cpython) | minor | `3.12.7` -> `3.13.0` | --- ### Release Notes python/cpython (python/cpython) ###...
We are using the official pywine docker from dockerhub to generate .exe binaries with PyInstaller inside the docker. At the end of our script we have a check by using`...
The following minimal project cannot be build with uv. It fails resolve dependencies and create a uv.lock file when build with wine Project structure ``` ├── Dockerfile ├── pyproject.toml ├──...
Python 3.14 has a new installer (https://github.com/python/pymanager), which will replace the old WiX-based installer in the future. I already tried a bit to integrate it, but it has some compatibility...