olesk75 / AnimatedGIF

Python class to animate a GIF using only tkinter
MIT License
40 stars 15 forks source link

"Bool" object is not callable #7

Open thescribe11 opened 4 years ago

thescribe11 commented 4 years ago

I realize that this is similar to several other issues, however in the past they were related to Python 2; however, I am getting this error with Python 3.7.6.

lucidBrot commented 2 years ago

I believe this is because stop is both a function and a boolean property. However, since the function does nothing other than setting the property, the_animated_gif.stop = True should work.