2004年08月26日 星期四 14:21
我输入from wxPython.wx import * 居然说没有wx这个模块,为什么啊。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040826/d4f0bfbc/attachment.htm
2004年08月26日 星期四 14:25
******************************************* ±¾ÓʼþÒѾ¹ýÀ¬»øÓʼþ¹ýÂË£¬Èç·¢ÏÖÀ¬»ø Óʼþ£¬Çëת·¢ÖÁ£ºhelpdesk at zte.com.cn ********************************************
2004年08月26日 星期四 14:41
我刚装的wxPython2.5 现在Frame好象是先import wx然后再wx.Frame吧? 为什么DEMO上可以,我写的代码却说: Traceback (most recent call last): File "", line 1, in ? AttributeError: 'module' object has no attribute 'Frame' 呢? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040826/d5bd0193/attachment.html
2004年08月26日 星期四 14:46
mdkr,您好! 现在都改为 import wx或from wx import *了 ======= 2004-08-26 14:21:12 您在来信中写道:======= >我输入from wxPython.wx import * >居然说没有wx这个模块,为什么啊。_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = 致 礼! limodou chatme at 263.net 2004-08-26
2004年08月26日 星期四 14:48
mdkr,您好! 代码贴出来。 一般是 from wx import * frame = Frame() 这里wx可以省略 如果import wx frame = wx.Frame() wx不可以省略 ======= 2004-08-26 14:41:10 您在来信中写道:======= >我刚装的wxPython2.5 >现在Frame好象是先import wx然后再wx.Frame吧? >为什么DEMO上可以,我写的代码却说: >Traceback (most recent call last): > File "", line 1, in ? >AttributeError: 'module' object has no attribute 'Frame' >呢?_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = 致 礼! limodou chatme at 263.net 2004-08-26
Zeuux © 2025
京ICP备05028076号