pywine icon indicating copy to clipboard operation
pywine copied to clipboard

Docker image for Wine with Python

Results 4 pywine issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

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....

enhancement

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()...

bug