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

`zugbruecke` depends on bash #48

Closed s-m-e closed 2 years ago

s-m-e commented 5 years ago

... for which there is no good reason. wine-python and similar scripts can be implemented in pure Python.

s-m-e commented 4 years ago

Fix released as part of new wenv package. zugbruecke will adopt it in next release.

Artoria2e5 commented 3 years ago

It doesn't depend on bash per se; the range of syntax used is just /bin/sh, which should be there on every system that is able to run wine. A change of shebang will do.

But eh, wenv does look better.

s-m-e commented 3 years ago

But eh, wenv does look better.

@Artoria2e5 Glad to hear that :) wenv works based on os.exec*, without going through any kind of shell.

s-m-e commented 2 years ago

Solved in v0.1.0.