2005年07月19日 星期二 13:32
试试在创建wx.App对象时给它一个0做参数,像这样: app = wx.PySimpleApp(0) 我没有试过pydev,也有可能是pydev不支持wxpython调试。 On 7/19/05, jason <jason_learn at yahoo.com.cn> wrote: > 写一般的python程序,eclipse 的console可以铺捉python的错误信息等等。 > 但是wxwindow的错误信息是一个窗口里显示的,而且运行时一闪而过,根本无法看见 > 请问如何设置? > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- Qiangning Hong I'm usually annoyed by IDEs because, for instance, they don't use VIM as an editor. Since I'm hooked to that, all IDEs I've used so far have failed to impress me. -- Sybren Stuvel @ c.l.python Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>
2005年07月19日 星期二 13:46
Qiangning Hong,您好! 多谢你,加个0,果然能够获取wx本身的出错信息。 wxwindow reference 里没有说明,请问是什么原因? ======= 2005-07-19 13:32:59 您在来信中写道:======= >试试在创建wx.App对象时给它一个0做参数,像这样: > >app = wx.PySimpleApp(0) > >我没有试过pydev,也有可能是pydev不支持wxpython调试。 > > > >On 7/19/05, jason <jason_learn at yahoo.com.cn> wrote: >> 写一般的python程序,eclipse 的console可以铺捉python的错误信息等等。 >> 但是wxwindow的错误信息是一个窗口里显示的,而且运行时一闪而过,根本无法看见 >> 请问如何设置? >> >> _______________________________________________ >> python-chinese list >> python-chinese at lists.python.cn >> http://python.cn/mailman/listinfo/python-chinese >> >> >> > > >-- >Qiangning Hong > >I'm usually annoyed by IDEs because, for instance, they don't use VIM >as an editor. Since I'm hooked to that, all IDEs I've used so far have >failed to impress me. > -- Sybren Stuvel @ c.l.python > >Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1> >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = 致 礼! jason jason_learn at yahoo.com.cn 2005-07-19
2005年07月19日 星期二 15:39
关于PyRun_SimpleFile()调用的问题已经解决了,主要原因是PythonXX.dll的版本和工程编译选项问题: 原文(http://www.chinesepython.org/cgi_bin/moingb.cgi/Python_20FAQ8?action=raw)。 谢谢大家的帮助! ----- Original Message ----- From: "xu.shengyong" <zjxushengyong at hotmail.com> To: <python-chinese at lists.python.cn> Sent: Saturday, July 16, 2005 5:16 PM Subject: Re: [python-chinese] 大家好,请教一个问题:网上有没有把Python解释器嵌入到VC应用程序中的例子代码?或者这方面的资料,谢谢! > 谢谢你的答复,另外,我问个小问题,我想在C++中调用Python的C/C++ API函数PyRun_SimpleFile()来执行一个Python文件,具体的代码如下,其中:test.py是一个Python文件,其中的内容就一条语句:print "Hello World!" > 可是程序运行有错误,请教各位是什么原因导致的,是不是我调用PyRun_SimpleFile()的方式不对? > > /****************************************************/ > #include> > int main(int argc, char *argv[]) > { > Py_Initialize(); > > FILE* fp = fopen("d:\\test.py", "w"); > > int nResult = PyRun_SimpleFile(fp, "test.py"); > > printf("nResult is: %d\n", nResult); > > Py_Finalize(); > > return 0; > } > /****************************************************/ > > > > > > ----- Original Message ----- > From: "张骏" <zhangj at foreseen-info.com> > To: <python-chinese at lists.python.cn> > Sent: Saturday, July 16, 2005 4:58 PM > Subject: Re: [python-chinese] 大家好,请教一个问题:网上有没有把Python解释器嵌入到VC应用程序中的例子代码?或者这方面的资料,谢谢! > >> wincvs >> apache的mod_python都是将python嵌入c的最佳教程 >
Zeuux © 2025
京ICP备05028076号