2005年05月09日 星期一 14:25
不建议使用 from Tkinter import * 的形式 Carambo , qutr at tjub.com.cn 2005-5-9 ----- 收到以下来信内容 ----- 发件人: Dreamingk(天成) 收件人: python-chinese 时 间: 2005-05-09, 14:21:14 主 题: Re:_[python-chinese]_请教import的基本_问题 还有别的方式例如 import Tkinter as tk w = tk.Tk() On 5/9/05, Eric_Hu1972 <eric_hu1972 at yahoo.com.cn> wrote: 简单明了,谢谢指教。 刘颉 写道: >import Tkinter >w=Tkinter.Tk() >w.mainloop() >##################### >from Tkinter import * >w=Tk() >w.mainloop() >#################### >以上是两种写法的区别 > >在05-5-9,Eric_Hu1972<eric_hu1972 at yahoo.com.cn> 写道: > > >>今天看代码,发现还是有些基本问题没搞清楚。请教一个关于import的问题: >>import Tkinter >>form Tkinter import * >>这两种写法有什么不同吗? >> >>_______________________________________________ >>python-chinese list >>python-chinese at lists.python.cn >>http://python.cn/mailman/listinfo/python-chinese >> >> >> >>------------------------------------------------------------------------ >> >>_______________________________________________ >>python-chinese list >>python-chinese at lists.python.cn >> http://python.cn/mailman/listinfo/python-chinese >> >> _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050509/3a93842c/attachment.htm
2005年05月09日 星期一 15:05
为什么?是怕命名空间冲突吗? Carambo 写道: > 不建议使用 from Tkinter import * > 的形式
2005年05月09日 星期一 15:50
Eric_Hu1972,你好! 有没有pythonworks,麻烦给我一份了,或把下载地址给我! ======= 2005-05-09 15:05:19 你在来信中写道:======= >为什么?是怕命名空间冲突吗? > >Carambo 写道: > >> 不建议使用 from Tkinter import * >> 的形式 > > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = Jacob 2005-05-09
Zeuux © 2025
京ICP备05028076号