Question

I am wanting to find Motif widgets for Python3 similar to the popular Python module "PyQt4". I have not found a Motif-widgets module. Do any exist?

Was it helpful?

Solution

WxWidgets apparently has Motif bindings so, conceptually, you might be able to build the development version of WxPython, which supports Python 3, from source, with wxMotif.

However, even if it this will work, I suspect it won't be an easy process, and unless you have a really good reason for wanting to use Motif, using the Qt bindings (either PyQt or PySide) seems like a much more future proof option, better supported and with a lot more features.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top