driscollis / applications_with_wxpython

Code examples for the book, Creating GUI Application with wxPython
https://www.blog.pythonlibrary.org
116 stars 26 forks source link

Chapter 6 - Regular Calculator - Some Calculations Broken #28

Closed brodycritchlow closed 4 years ago

brodycritchlow commented 4 years ago

Macos Catalina 10.15.3 XCode Version: Not Installed Ran command from Visual Studio Code Terminal

I ran the command python3 calc.py && pip3 install python3 this releases the calculator GUI. Then when i do a simple calculation it does an error.

Bug: 7*2 = 1?

Screen Shot 2020-03-28 at 11 40 25 PM

This is just a graphical error most likely.

brodycritchlow commented 4 years ago
Screen Shot 2020-03-28 at 11 44 42 PM

Umm? Is just the number 7 broken on this?

brodycritchlow commented 4 years ago
Screen Shot 2020-03-28 at 11 45 38 PM

Full rewrite to code maybe?