groakat / AudioTagger

5 stars 2 forks source link

Load error after Anaconda re-install #60

Open ali-fairbrass opened 8 years ago

ali-fairbrass commented 8 years ago

After uninstalling and re-installing Anaconda Python 2.7 (to resolve some Python 2 and 3 conflicts) receiving error message when running AudioTagger:

TypeError: 'PySide.QtGui.QPixmap.fromImage' called with wrong argument types:
  PySide.QtGui.QPixmap.fromImage(QImage)
Supported signatures:
  PySide.QtGui.QPixmap.fromImage(PySide.QtGui.QImage, PySide.QtCore.Qt.ImageCo
ersionFlags = Qt.AutoColor)

The Gui opens but no spectrogram is displayed.

Any advice greatly appreciated, Thanks