2004年03月22日 星期一 15:41
Skipped content of type multipart/related-------------- next part -------------- A non-text attachment was scrubbed... Name: fox.gif Type: image/gif Size: 9519 bytes Desc: not available Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20040322/77112fc5/fox.gif
2004年03月22日 星期一 16:16
建议你用带console的模式,然后在command line下启动这个程序,看看有什么错误信息. ------- Explicit is better than implicit ... -----Original Message----- From: caixl [mailto:xl_cai at 163.com] Sent: 2004年3月22日 16:20 To: python-chinese at lists.python.cn Subject: [python-chinese] py2exe创建的wxPython程序运行不了的问题 我使用py2exe创建了一个wxPython应用程序,结果无法运行,弹出一个界面,然后马上退出,而在ActivePython 2.3.2环境下是可以运行的。 所用到的py2exe为 0.5.0版,wxPython为2.4版。使用的wxPython组件包括:wxFrame和wxGrid。 编译py2exe所带的例子程序可以正常运行 请问各位高手,有没有碰到这个问题
2004年03月22日 星期一 16:50
谢谢! 找到问题了,是由于 class LogCheckApp(wxApp): def OnInit(self): main= LogMainWin(None, -1, "LogCheck", size=wxSize(700, 500), style = wxDEFAULT_FRAME_STYLE) self.SetTopWindow(main) val = main.Show() return 0 OnInit()原来应该返回 True才对。 -----原始邮件----- 发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn]代表 Jacob Fan 发送时间: 2004年3月22日 16:17 收件人: python-chinese at lists.python.cn 主题: RE: [python-chinese] py2exe创建的wxPython程序运行不了的问题 建议你用带console的模式,然后在command line下启动这个程序,看看有什么错误信息. ------- Explicit is better than implicit ... -----Original Message----- From: caixl [mailto:xl_cai at 163.com] Sent: 2004年3月22日 16:20 To: python-chinese at lists.python.cn Subject: [python-chinese] py2exe创建的wxPython程序运行不了的问题 我使用py2exe创建了一个wxPython应用程序,结果无法运行,弹出一个界面,然后马上退出,而在ActivePython 2.3.2环境下是可以运行的。 所用到的py2exe为 0.5.0版,wxPython为2.4版。使用的wxPython组件包括:wxFrame和wxGrid。 编译py2exe所带的例子程序可以正常运行 请问各位高手,有没有碰到这个问题 _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2024
京ICP备05028076号