You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #2, using wxPython on Linux is involved. I found myself utilizing an Ubuntu 18.10 VM but that was slow, lacks an official wxPython wheel (only Ubuntu up to 18.04), required a lot of manual configuration, and was awkward to do code changes to mitigate issues in the Linux port.
This ticket proposes using Docker to build the binary. Initially, no X server will be needed (though wxWidgets/wxPython will likely complain). With volume mounting, this should help to streamline the iterative build process to hopefully one day resolve #2.
Setup VNC access to the container for WAIL GUI verification
The text was updated successfully, but these errors were encountered:
Per #2, using wxPython on Linux is involved. I found myself utilizing an Ubuntu 18.10 VM but that was slow, lacks an official wxPython wheel (only Ubuntu up to 18.04), required a lot of manual configuration, and was awkward to do code changes to mitigate issues in the Linux port.
This ticket proposes using Docker to build the binary. Initially, no X server will be needed (though wxWidgets/wxPython will likely complain). With volume mounting, this should help to streamline the iterative build process to hopefully one day resolve #2.
The text was updated successfully, but these errors were encountered: