Re: Re: GetBox not called correctly on Linux GTK 3 3.0.2.0?
Scott Talbert <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
It depends what you mean by binary. You're just talking about your pure wxPython code, right (.py files)? In that case, yes, it should be 100% portable. If you are talking about actual binary code, the answer is more complicated. No, you can't generally select which GTK you want to use, as on Fedora the official wxPython package is built for GTK3 only. You could, of course, compile your own wxPython if you really wanted a GTK2 version. On Wed, 19 Oct 2016, Nitzan Weinberg wrote: > Is it supposed to be OK to run a GTK2 compiled binary (Ubuntu) on a > GTK3 system (Fedora)? > When I run my Ubuntu binary on Fedora, the first error is: > GdkPixbuf-WARNING **: Cannot open pixbuf loader module file > '/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such > file or directory > > Can I select which GTK to use, e.g. GTK2 on Fedora instead of GTK3? > > -- > You received this message because you are subscribed to the Google Groups "wxPython-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.