Skip to content

SyntaxError: Missing parentheses in call to 'print' #116

Description

@davhan23

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.

            if location2 == ", ":
                self.location = "Cannot Pinpoint Location"
                self.locationLbl.config(text="Cannot Pinpoint Location")
            else:
                self.location = location2
                self.locationLbl.config(text=location2)
    except Exception as e:
        traceback.print_exc()
        print "Error: %s. Cannot get weather." % e

    self.after(600000, self.get_weather)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions