Python论坛  - 讨论区

标题:[python-chinese] 请教import的基本问题

2005年05月09日 星期一 12:04

Eric_Hu1972 eric_hu1972 at yahoo.com.cn
Mon May 9 12:04:02 HKT 2005

 今天看代码,发现还是有些基本问题没搞清楚。请教一个关于import的问题:
import Tkinter
form Tkinter import *
这两种写法有什么不同吗?


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月09日 星期一 12:14

刘颉 lshulin at gmail.com
Mon May 9 12:14:41 HKT 2005

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
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月09日 星期一 13:30

Eric_Hu1972 eric_hu1972 at yahoo.com.cn
Mon May 9 13:30:04 HKT 2005

简单明了,谢谢指教。

刘颉 写道:

>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
>>    
>>


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月09日 星期一 13:30

崔 艳龙 guxinghan1981 at hotmail.com
Mon May 9 13:30:22 HKT 2005

大家谁有用apache和mod_python组合,上传文件的经验或者例子,介绍一下。

_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月09日 星期一 14:21

Dreamingk(天成) dreamingk at gmail.com
Mon May 9 14:21:14 HKT 2005

还有别的方式例如
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/e3061c67/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月09日 星期一 15:04

Eric_Hu1972 eric_hu1972 at yahoo.com.cn
Mon May 9 15:04:01 HKT 2005

啊,看来我的基本功太不扎实了。:-p

Dreamingk(天成) 写道:

> 还有别的方式例如
> import Tkinter as tk
> w = tk.Tk()
>


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号