QCustomPlot-PyQt5 icon indicating copy to clipboard operation
QCustomPlot-PyQt5 copied to clipboard

Runtime error during module import

Open mkatliar opened this issue 8 years ago • 1 comments

Uncomment the last line sys.exit(app.exec()) in example1.py to workaround #3 and run

$ python example1.py

Output:

Traceback (most recent call last):
  File "example1.py", line 5, in <module>
    from qcustomplot import QCustomPlot, QCPBars, QCP
ImportError: /usr/local/lib/python2.7/dist-packages/qcustomplot.so: undefined symbol: _ZTI14QCPItemBracket

mkatliar avatar Aug 15 '17 14:08 mkatliar

I am using python3.5 and are having a similar problem as above ie ImportError: /usr/local/lib/python3.5/dist-packages/qcustomplot.cpython-35m-arm-linux-gnueabihf.so: undefined symbol: _ZTI14QCPItemBracket Is is a know problem and will there be a solution in the near future.

GregElton avatar Dec 20 '17 04:12 GregElton