dimv36 / QCustomPlot-PyQt5

Bindings for graphics lib QCustomPlot for PyQt5
MIT License
41 stars 27 forks source link

Runtime error during module import #4

Open mkatliar opened 7 years ago

mkatliar commented 7 years ago

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
GregElton commented 6 years ago

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.