PhonologicalCorpusTools / CorpusTools

Phonological CorpusTools
http://phonologicalcorpustools.github.io/CorpusTools/
GNU General Public License v3.0
111 stars 16 forks source link

[BUG] Progress bar type error on Apple Silicon #810

Closed stannam closed 7 months ago

stannam commented 7 months ago

Describe the bug Phonological search raises type error on an Apple silicon machine. The error arises while the program tries to show a progress bar. Therefore, other functionalities (that use the progress bar) could be susceptible to this error

Traceback (most recent call last): File "/Users/stanley/PycharmProjects/CorpusTools/corpustools/gui/windows.py", line 89, in updateProgress self.setValue(progress*100) TypeError: setValue(self, progress: int): argument 1 has unexpected type 'float'

Sample corpus file example

Operating system and PCT version

Additional context Add any other context about the problem here.