SwatPhonLab / UltraTrace

A Free/Open-Source tool for manual annotation of Ultrasound Tongue Imaging data.
GNU General Public License v3.0
10 stars 5 forks source link

problem with spectrogram? #144

Closed jonorthwash closed 4 years ago

jonorthwash commented 4 years ago

I seem to not be getting a spectrogram for most (all?) recordings. There's no related error in the logs until this:

ERROR:  '_tkinter.tkapp' object has no attribute 'Spectrogram'
jonorthwash commented 4 years ago
>>> import parselmouth
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.8/dist-packages/parselmouth/__init__.py", line 22, in <module>
    from parselmouth.base import Parselmouth
  File "/usr/local/lib/python3.8/dist-packages/parselmouth/base.py", line 30, in <module>
    from parselmouth.adapters.dfp.interface import DFPInterface
  File "/usr/local/lib/python3.8/dist-packages/parselmouth/adapters/dfp/interface.py", line 17, in <module>
    from urllib import quote
ImportError: cannot import name 'quote' from 'urllib' (/usr/lib/python3.8/urllib/__init__.py)
jonorthwash commented 4 years ago

Okay, so you can't have paselmouth installed, and need praat-parselmouth instead.