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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top