Python论坛  - 讨论区

标题:Re: [python-chinese] 求助:python与c合作的困惑

2005年12月02日 星期五 15:12

Du Jun jdu at haiercct.com.cn
Fri Dec 2 15:12:08 HKT 2005

他的意思可能是想在C环境中嵌入python解释器,值得关注,
 
 
python 2.1 bible中的例子你都做完一边了吗?
 
-----邮件原件-----
发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] 代表 刘鑫
发送时间: 2005年12月2日 13:05
收件人: python-chinese at lists.python.cn
主题: 垃圾邮件:Re: [python-chinese] 求助:python与c合作的困惑
 
你是要把C++提供给Python使用吧,如果是,可以使用Boost,我在Blog中有这方面讨论,地址见我签名。
Python是动态语言,允许在运行期改变行为。事实上它没有真正意义上的编译期(有一个用于优化性能的"编译器")。
以Python的方式思考,视模块为一种对象。在这个意义上,类也是一种对象。

-- 
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051202/4565eae6/attachment.html

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

2005年12月02日 星期五 15:18

Zhuang Charles zhuangyeji at gmail.com
Fri Dec 2 15:18:56 HKT 2005

大哥哥 请教一下! 你能教教我怎么在windows xp 里安装并运行python吗?
谢谢了~~~

在 05-12-2,Du Jun<jdu at haiercct.com.cn> 写道:
>
>
> 他的意思可能是想在C环境中嵌入python解释器,值得关注,
>
>
>
>
>
> python 2.1 bible中的例子你都做完一边了吗?
>
>
>
> -----邮件原件-----
> 发件人: python-chinese-bounces at lists.python.cn
> [mailto:python-chinese-bounces at lists.python.cn] 代表 刘鑫
> 发送时间: 2005年12月2日 13:05
> 收件人: python-chinese at lists.python.cn
> 主题: 垃圾邮件:Re: [python-chinese] 求助:python与c合作的困惑
>
>
>
>
> 你是要把C++提供给Python使用吧,如果是,可以使用Boost,我在Blog中有这方面讨论,地址见我签名。
> Python是动态语言,允许在运行期改变行为。事实上它没有真正意义上的编译期(有一个用于优化性能的"编译器")。
> 以Python的方式思考,视模块为一种对象。在这个意义上,类也是一种对象。
>
> --
> 欢迎访问:
> http://blog.csdn.net/ccat
>
> 刘鑫
> March.Liu
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>

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

2005年12月02日 星期五 15:42

刘鑫 march.liu at gmail.com
Fri Dec 2 15:42:05 HKT 2005

我看到了class……
如果是在C++程序中嵌入Python解释器,相对难度低一些,特别是Boost对从Python解释环境中获取数据有比较完整的封装。这部分我还没来的及专门整理。Boost文档中有详细说明。

在05-12-2,Du Jun <jdu at haiercct.com.cn> 写道:
>
>  他的意思可能是想在C环境中嵌入python解释器,值得关注,
>
>
>
>
>
> python 2.1 bible中的例子你都做完一边了吗?
>
>
>
> -----邮件原件-----
> *发件人:* python-chinese-bounces at lists.python.cn [mailto:
> python-chinese-bounces at lists.python.cn] *代表 *刘鑫
> *发送时间:* 2005年12月2日 13:05
> *收件人:* python-chinese at lists.python.cn
> *主题:* 垃圾邮件:Re: [python-chinese] 求助:python与c合作的困惑
>
>
>
> 你是要把C++提供给Python使用吧,如果是,可以使用Boost,我在Blog中有这方面讨论,地址见我签名。
> Python是动态语言,允许在运行期改变行为。事实上它没有真正意义上的编译期(有一个用于优化性能的"编译器")。
> 以Python的方式思考,视模块为一种对象。在这个意义上,类也是一种对象。
>
> --
> 欢迎访问:
> http://blog.csdn.net/ccat
>
> 刘鑫
> March.Liu
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051202/46a4bbaa/attachment.htm

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

2005年12月02日 星期五 15:58

刘鑫 march.liu at gmail.com
Fri Dec 2 15:58:32 HKT 2005

有一种东西叫安装文件……

在05-12-2,Zhuang Charles <zhuangyeji at gmail.com> 写道:
>
> 大哥哥 请教一下! 你能教教我怎么在windows xp 里安装并运行python吗?
> 谢谢了~~~
>
>
>


--
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051202/0c4e8fa1/attachment.htm

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

2005年12月02日 星期五 18:30

Zhuang Charles zhuangyeji at gmail.com
Fri Dec 2 18:30:58 HKT 2005

这我知道 但我安装不了啊  跳出错误对话框哦!!

在 05-12-2,刘鑫<march.liu at gmail.com> 写道:
> 有一种东西叫安装文件……
>
> 在05-12-2,Zhuang Charles <zhuangyeji at gmail.com> 写道:
> > 大哥哥 请教一下! 你能教教我怎么在windows xp 里安装并运行python吗?
> > 谢谢了~~~
> >
> >
> >
>
>
>
> --
>
> 欢迎访问:
> http://blog.csdn.net/ccat
>
> 刘鑫
> March.Liu
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>

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

2005年12月02日 星期五 21:37

Henotii henotii at gmail.com
Fri Dec 2 21:37:52 HKT 2005

你总要把错误信息贴出来吧
有可能是下错了文件
在 05-12-2,Zhuang Charles<zhuangyeji at gmail.com> 写道:
> 这我知道 但我安装不了啊  跳出错误对话框哦!!
>
> 在 05-12-2,刘鑫<march.liu at gmail.com> 写道:
> > 有一种东西叫安装文件……
> >
> > 在05-12-2,Zhuang Charles <zhuangyeji at gmail.com> 写道:
> > > 大哥哥 请教一下! 你能教教我怎么在windows xp 里安装并运行python吗?
> > > 谢谢了~~~
> > >
> > >
> > >
> >
> >
> >
> > --
> >
> > 欢迎访问:
> > http://blog.csdn.net/ccat
> >
> > 刘鑫
> > March.Liu
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>

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

2005年12月04日 星期日 10:52

吴俊玉 wujunyu at gmail.com
Sun Dec 4 10:52:41 HKT 2005

没做,有点懒啊,先学点东西,可以在我的毕业论文中使用!:)

在05-12-2,Du Jun <jdu at haiercct.com.cn> 写道:
>
>  他的意思可能是想在C环境中嵌入python解释器,值得关注,
>
>
>
>
>
> python 2.1 bible中的例子你都做完一边了吗?
>
>
>
> -----邮件原件-----
> *发件人:* python-chinese-bounces at lists.python.cn [mailto:
> python-chinese-bounces at lists.python.cn] *代表 *刘鑫
> *发送时间:* 2005年12月2日 13:05
> *收件人:* python-chinese at lists.python.cn
> *主题:* 垃圾邮件:Re: [python-chinese] 求助:python与c合作的困惑
>
>
>
> 你是要把C++提供给Python使用吧,如果是,可以使用Boost,我在Blog中有这方面讨论,地址见我签名。
> Python是动态语言,允许在运行期改变行为。事实上它没有真正意义上的编译期(有一个用于优化性能的"编译器")。
> 以Python的方式思考,视模块为一种对象。在这个意义上,类也是一种对象。
>
> --
> 欢迎访问:
> http://blog.csdn.net/ccat
>
> 刘鑫
> March.Liu
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051204/14cc09dc/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号