Relative Content

Tag Archive for djangolinuxwindowscross-platformpywinauto

Python packages for Windows (pywin32, pywinauto) hosted on Linux server

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 ?