webcomics / pywine

Docker image for Wine with Python
MIT License
93 stars 25 forks source link

run python script from wine in docker #1

Closed jjab2020 closed 6 years ago

jjab2020 commented 7 years ago

Hello , thank you very much for this docker file,

How can i run my script python from docker container with wine(the python should be installed in wine)

any help to do this .

Thank you very much

TobiX commented 7 years ago

See https://github.com/webcomics/pywine/blob/master/Dockerfile#L42-L45 - wrapping in xvfb-run is probably not necessary most of the time...