You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, that sounds awfully like you're using python 3 and the project is written in python 2.
Try using python from the command line instead of python3, if you're using the latter. If not, it gets a bit more complicated - I'd suggest googling "changing default python for "
In python 2, print statement did not require parantheses but in python 3, it is more like a function and require "( )". Just use ( ) and then change imports from Tkinter to tkinter. Then the code should run just fine in python 3 as well.
Hello, I'm trying to run the SmartMirror Py for the first time and I'm getting this error. (line 201-202) I am new to this. Please help.
The text was updated successfully, but these errors were encountered: