Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

适配Python3 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

适配Python3 #7

wants to merge 1 commit into from

Conversation

liuslnlp
Copy link

No description provided.

@@ -4,7 +4,7 @@
"""

import io
from urllib2 import urlopen
from urllib.request import urlopen
from tkMessageBox import showwarning
from Tkinter import Tk, Label, Button, Radiobutton, IntVar

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

对python3.x来说,这个应该是 from tkinter import …… 吧

@LiuRoy
Copy link
Owner

LiuRoy commented May 31, 2016

能改成py2和py3都兼容的吗?这样改会不会只能兼容py3了。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants