
Running Python on Wine.
User’s guide¶
wenv is a Python package (currently in development status 4/beta). It allows to run Python on top of Wine on Linux, MacOS or BSD. It handles required plumbing related to making Python and a number of Python modules work on Wine. wenv creates isolated virtual environments which can be transparently used from a Unix command line and which seamlessly integrate into Unix Python virtual environments.
- Introduction
- Installation
- Examples
- Configuration
- Usage
- API: class
Env
- Constructor:
Env(**kwargs)
- Method:
ensure()
- Method:
wine_47766_workaround()
- Method:
setup_wineprefix(overwrite = False)
- Method:
setup_pythonprefix(overwrite = False)
- Method:
setup_pip()
- Method:
install_package(name, update = False)
- Method:
uninstall_package(name)
- Method:
list_packages()
- Method:
shebang()
- Method:
cli()
- Method:
uninstall()
- Method:
setup_coverage_activate()
- Constructor:
- Security
- Bugs
- FAQ