I made Django project for automation on Windows machines (user machines will be also on Windows platform) using pywinauto package. I wanted to deploy it on Ubuntu 24.04 but it cannot install pywin32 and pywinauto packages. What is the right way of solving this problem, Dockerizing, using some other alternative packages that is similar to the pywinauto style like -> (
send_to = zoom_app.Zoom.child_window(title_re="Send to.*", control_type="Edit", found_index=0).wrapper_object() )
or something else ?
I try to deploy it on Linux and also creating Docker image but I had to write in requirments.txt for these packages that they are for Windows platform…
tornjak096 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.