From: Hazen B. <hba...@ma...> - 2016-01-26 02:12:29
|
Hello, I just added PyQt5 binding to PLplot and a corresponding example, examples/python/pyqt5_example.py. It should be enabled if you are using Qt5 and you have all the dependencies installed. I tested it and at the minimum it works on my linux machine :). The biggest issue with these bindings is that PyQt5 does not provide any way to introspect the sip directory (PYQT_SIP_DIR), so I just used the default linux install location. I put in a guess for the default Windows install location, but perhaps someone with access to a Windows machine can tell me if I got it right? best, -Hazen |