Python论坛  - 讨论区

标题:Re: RE: [python-chinese] 在C中嵌入Python 程序,谁有例子啊,多谢了

2004年03月22日 星期一 15:41

zhao bear_sh at eastday.com
Mon Mar 22 15:41:12 HKT 2004

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

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

2004年03月22日 星期一 16:16

Jacob Fan jacob at exoweb.net
Mon Mar 22 16:16:37 HKT 2004

建议你用带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所带的例子程序可以正常运行

请问各位高手,有没有碰到这个问题


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

2004年03月22日 星期一 16:50

caixl xl_cai at 163.com
Mon Mar 22 16:50:55 HKT 2004

谢谢!
找到问题了,是由于 
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

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

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

    你的回复:

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

    Zeuux © 2024

    京ICP备05028076号