2005年07月22日 星期五 15:54
原先装的旧版本的pydev不知怎么删除? Qutr , qutianrang at gmail.com 2005-7-22 ----- 收到以下来信内容 ----- 发件人: Bruce Wang 收件人: python-chinese 时 间: 2005-07-22, 13:59:58 主 题: Re: [python-chinese] linux eclipse3.1 + pydev0.95 + python 2.41问题 pydev 0.9.6 出来了, 正式支持 Eclipse 3.1 http://groups-beta.google.com/group/comp.lang.python.announce/browse_thread/thread/26d182253a4cab84 On 7/20/05, jam.zheng <jam.zheng at achievo.com> wrote: > 已经搞定了,把/usr/bin/python 拷贝到/usr/lib/python2.4就可以了,然后在改 > preferences ------> pydev ---->pydev interpreter为/usr/lib/python2.4/python > -----Original Message----- > From: python-chinese-bounces at lists.python.cn > [mailto:python-chinese-bounces at lists.python.cn]On Behalf Of jam.zheng > Sent: Wednesday, July 20, 2005 11:33 AM > To: alang yin; python-chinese at lists.python.cn > Subject: RE: [python-chinese] linux eclipse3.1 + pydev0.95 + python 2.41 > 问题 > > > 大侠: > 在哪儿加?你说是在eclipse那个选项里面加(没有加的地方),还是在linux环境 > 里面加PYTHONPATH(我试了,好像不行) ? > > -----Original Message----- > From: python-chinese-bounces at lists.python.cn > [mailto:python-chinese-bounces at lists.python.cn]On Behalf Of alang yin > Sent: Wednesday, July 20, 2005 11:23 AM > To: python-chinese at lists.python.cn > Subject: Re: [python-chinese] linux eclipse3.1 + pydev0.95 + python 2.41 > 问题 > > > 你手动把路径加上就行了。 > > _______________________________________________ > 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 > -- simple is good _______________________________________________ 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/20050722/4da8301e/attachment.html
2005年07月22日 星期五 16:01
我的MFC应用程序要用到一个Win32 Dynamic-Link Library,而这个Win32 Dynamic-Link Library也是我自己开发的,但我们不知道这种Win32的动态链接库如何与MFC应用程序框架进行交互,比如往MainFrame发送消息,请问如何实现?有没有类似于pMainFrame->SendMessage()的函数啊?谢谢! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050722/6bf845f5/attachment-0001.htm
2005年07月22日 星期五 16:37
-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050722/1a24b5b4/attachment.htm
2005年07月23日 星期六 00:04
试试Python的win模块吧,标准部分好像是没有的 在05-7-22,xu.shengyong <zjxushengyong at hotmail.com> 写道: > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- My Blog >> http://leejd.cndev.org My QQ >> 9847243 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050723/0d4376ad/attachment.htm
2005年07月25日 星期一 08:58
到help->Software updates->Manage Config...里面Disable它,或者干脆到features 和 plugins目录下把pyDve相关的删除干净,然后再安装新的。 On 7/22/05, Qutr <qutianrang at gmail.com> wrote: > > 原先装的旧版本的pydev不知怎么删除? > Qutr, qutianrang at gmail.com > 2005-7-22 > > ----- 收到以下来信内容 ----- > *发件人:* Bruce Wang <number5 at gmail.com> > *收件人:* python-chinese <python-chinese at lists.python.cn> > *时 间:* 2005-07-22, 13:59:58 > *主 题:* Re: [python-chinese] linux eclipse3.1 + pydev0.95 + python 2.41问题 > > pydev 0.9.6 出来了, 正式支持 Eclipse 3.1 > > > http://groups-beta.google.com/group/comp.lang.python.announce/browse_thread/thread/26d182253a4cab84 > > On 7/20/05, jam.zheng <jam.zheng at achievo.com <+jam.zheng at achievo.com>> > wrote: > > 已经搞定了,把/usr/bin/python 拷贝到/usr/lib/python2.4就可以了,然后在改 > > preferences ------> pydev ---->pydev > interpreter为/usr/lib/python2.4/python > > -----Original Message----- > > From: python-chinese-bounces at lists.python.cn<+python-chinese-bounces at lists.python.cn> > > [mailto:python-chinese-bounces at lists.python.cn<+python-chinese-bounces at lists.python.cn>]On > Behalf Of jam.zheng > > Sent: Wednesday, July 20, 2005 11:33 AM > > To: alang yin; python-chinese at lists.python.cn<+python-chinese at lists.python.cn> > > Subject: RE: [python-chinese] linux eclipse3.1 + pydev0.95 + python 2.41 > > 问题 > > > > > > 大侠: > > 在哪儿加?你说是在eclipse那个选项里面加(没有加的地方),还是在linux环境 > > 里面加PYTHONPATH(我试了,好像不行) ? > > > > -----Original Message----- > > From: python-chinese-bounces at lists.python.cn<+python-chinese-bounces at lists.python.cn> > > [mailto:python-chinese-bounces at lists.python.cn<+python-chinese-bounces at lists.python.cn>]On > Behalf Of alang yin > > Sent: Wednesday, July 20, 2005 11:23 AM > > To: python-chinese at lists.python.cn <+python-chinese at lists.python.cn> > > Subject: Re: [python-chinese] linux eclipse3.1 + pydev0.95 + python 2.41 > > 问题 > > > > > > 你手动把路径加上就行了。 > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn <+python-chinese at lists.python.cn> > > http://python.cn/mailman/listinfo/python-chinese > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn <+python-chinese at lists.python.cn> > > http://python.cn/mailman/listinfo/python-chinese > > > > > -- > simple is good > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn <+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 > > > -- ############################################# # "your future depends on your dreams." so go to sleep. # save water. shower with your girlfriend. # # Welcom2 : http//blog.csdn.net/auding1900/ ############################################# -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050725/a2557166/attachment-0001.htm
2005年07月25日 星期一 15:15
pydev 怎么用,我上好了谁有教程啊,哈。。谢谢 在 05-7-25,Spirit Auding<auding at gmail.com> 写道: > 到help->Software updates->Manage > Config...里面Disable它,或者干脆到features 和 > plugins目录下把pyDve相关的删除干净,然后再安装新的。 > > On 7/22/05, Qutr < qutianrang at gmail.com> wrote: > > > > 原先装的旧版本的pydev不知怎么删除? > > > > > > Qutr, qutianrang at gmail.com > > 2005-7-22 > > > > ----- 收到以下来信内容 ----- > > 发件人: Bruce Wang > > 收件人: python-chinese > > 时 间: 2005-07-22, 13:59:58 > > 主 题: Re: [python-chinese] linux eclipse3.1 + pydev0.95 + python 2.41问题 > > > > > > > > > > > > > > pydev 0.9.6 出来了, 正式支持 Eclipse 3.1 > > > > > http://groups-beta.google.com/group/comp.lang.python.announce/browse_thread/thread/26d182253a4cab84 > > > > On 7/20/05, jam.zheng <jam.zheng at achievo.com> wrote: > > > 已经搞定了,把/usr/bin/python 拷贝到/usr/lib/python2.4就可以了,然后在改 > > > preferences ------> pydev ---->pydev > interpreter为/usr/lib/python2.4/python > > > -----Original Message----- > > > From: python-chinese-bounces at lists.python.cn > > > [mailto:python-chinese-bounces at lists.python.cn]On > Behalf Of jam.zheng > > > Sent: Wednesday, July 20, 2005 11:33 AM > > > To: alang yin; python-chinese at lists.python.cn > > > Subject: RE: [python-chinese] linux eclipse3.1 + pydev0.95 + python 2.41 > > > 问题 > > > > > > > > > 大侠: > > > 在哪儿加?你说是在eclipse那个选项里面加(没有加的地方),还是在linux环境 > > > 里面加PYTHONPATH(我试了,好像不行) ? > > > > > > -----Original Message----- > > > From: python-chinese-bounces at lists.python.cn > > > [mailto:python-chinese-bounces at lists.python.cn]On > Behalf Of alang yin > > > Sent: Wednesday, July 20, 2005 11:23 AM > > > To: python-chinese at lists.python.cn > > > Subject: Re: [python-chinese] linux eclipse3.1 + pydev0.95 + python 2.41 > > > 问题 > > > > > > > > > 你手动把路径加上就行了。 > > > > > > _______________________________________________ > > > 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 > > > > > > > > > -- > > simple is good > > _______________________________________________ > > 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 > > > > > > > > > > -- > ############################################# > # "your future depends on your dreams." so go to sleep. > # save water. shower with your girlfriend. > # > # Welcom2 : http//blog.csdn.net/auding1900/ > ############################################# > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- 苏州长风网络 QQ:104609351
Zeuux © 2025
京ICP备05028076号