pleiszenburg / zugbruecke

Calling routines in Windows DLLs from Python scripts running under Linux, MacOS or BSD
https://zugbruecke.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
111 stars 11 forks source link

Wine Python environment may, unintentionally, fall back to Python 2 and crash #20

Closed s-m-e closed 6 years ago

s-m-e commented 6 years ago

The bash scripts wine-python, wine-pip and wine-pytest read parameters from zugbruecke configuration using the python command. Depending on the environment, this may point to Python 2, which is unintended and unsupported.

s-m-e commented 6 years ago

@jtlz2 Thanks for noticing. Fixed in 0.0.7, released just now.