Re: wxpython, compiled to an executable, for Mac/Win/Ubuntu
Matt Newville <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <CA+7ESbpoy=9oYj+hcWbQf9SxwD8+AUt7MWofp64LjGv9Pv7bXw@mail.gmail.com> |
On Mon, Oct 7, 2019 at 1:22 PM Tim Roberts <[email protected]> wrote: > Guy c wrote: > > > > We're researching for a GUI lib in python, for an in-house app. > > While we know first-hand wxpython 3 can be compiled on Win and Mac, > > we'd like to make sure, prior to developing, that it's also possible > > for wxpython to be compiled on Win, Mac as well as Ubuntu18. > > Anyone has experience with that? > > Do you really need to compile it yourself? I use the canned > distributions on all three operating systems with no troubles. I have a > rather complicated telemetry front-end app that runs on all three. > Like Tim and Steve, I would suggest not bothering to compile to a single executable. I've had pretty good luck using Anaconda Python to provide a known, testable environment, and using "conda constructor" to make single-file installers for easy distribution and deployment for users on all platforms. This installs an isolated Python environment and a selection of packages of you choosing, with a large selection of available Python modules, including (binaries of) wxpython4. There are some challenges with this (each platform has its own quirks), but the result is pretty easy to work with. --Matt Newville -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/CA%2B7ESbpoy%3D9oYj%2BhcWbQf9SxwD8%2BAUt7MWofp64LjGv9Pv7bXw%40mail.gmail.com.