Skip to content

Mixed Python 2 and 3 expressions #48

@CYUlysses

Description

@CYUlysses

If using python 2: will encounter error when trying to import "tkinter", because it should be "Tkinter" for python 2 (for python 3, "tkinter" is the right one)

If using python 3: module "string" has no attribute "lower", because in python 3 it has been renamed as "ascii_lowercase"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions