Python论坛  - 讨论区

标题:Re: [python-wukoopy] Re: [python-chinese] Re: [python-wukoopy] Re: WukooPy(悟空) Web 快速体验

2005年07月16日 星期六 16:31

Zoom Quiet zoom.quiet at gmail.com
Sat Jul 16 16:31:23 HKT 2005

wsgi ??
标准的协议了?有什么资料?
什么服务器支持哪?!
嗬嗬,白痴问题先…………

在 05-7-16,lihui<lihuimail at gmail.com> 写道:
> 考虑实用性,项目前期使用quixote的代码结构(主要是发布接口部分),但不修改quixote的代码
> 
> 将来会使用wsgi协义制作万能接口
> 
> 在 05-7-16,Zoom Quiet<zoom.quiet at gmail.com> 写道:
> > 呀呀呀??
> > PuTTY 是我一直使用的终端软件,非常的好用,原文意思是这哪?!
> > 那未,菩提的E文会是什么?
> > putiii ??
> > 嗬嗬…………
> >
> > 在 05-7-16,倪正刚<ni at twinisa.com> 写道:
> > > -_-|...
> > >
> > > 你也太high了吧……
> > >
> > > 不过如果Wukoo是中国人自己的项目,而且有相当部分的原创代码,那么绝对支持!
> > >
> > > p.s. putty是油灰腻子,这个东西,玩模型的都知道,水补土嘛。
> > >
> > > -----Original Message-----
> > > From: python-chinese-bounces at lists.python.cn
> > > [mailto:python-chinese-bounces at lists.python.cn]On Behalf Of Zoom Quiet
> > > Sent: 2005年7月16日 15:45
> > > To: python-wukoopy at googlegroups.com; python-chinese列表;
> > > Python.cn at google
> > > Subject: [python-chinese] Re: [python-wukoopy] Re: WukooPy(悟空) Web 快
> > > 速体验
> > >
> > >
> > > 0.11 有专门的标签嘛?
> > > 主意配置管理哪!!!
> > >
> > > 在Wiki 页面中,公布,开发的路线和各版本计划的特性是也乎?
> > > 体验,探索阶段版本标签可以是
> > > Stone 是也乎?
> > > 初级版本叫 Putty "菩提";
> > > 稳定第一版本叫 ffruit "花果"
> > > 之后 就可以顺理成章的叫 HorseJail,RunWild,SeventyTow ....
> > >
> > > 哈哈哈!!!西游记大全哪!!
> > >
> > > 现在的版本标签,请 lihui 确定代码后,打上
> > > Wukoo-stone-r0.2 之类的是也乎?
> > >
> > > 在 05-7-16,lihui<lihuimail at gmail.com> 写道:
> > > > 使用0.11版
> > > >
> > > > 在 05-7-16,lihui<lihuimail at gmail.com> 写道:
> > > > > 已发到http://wiki.woodpecker.org.cn/moin/WukooPy
> > > > >
> > > > > --
> > > > > my gmail:lihuimail(at)gmail.com
> > > > > WukooPy:
> > > > > http://wiki.woodpecker.org.cn/moin/WukooPy
> > > > > http://groups-beta.google.com/group/python-wukoopy
> > > > >
> > > >
> > > >
> > > > --
> > > > my gmail:lihuimail(at)gmail.com
> > > > WukooPy:
> > > > http://wiki.woodpecker.org.cn/moin/WukooPy
> > > > http://groups-beta.google.com/group/python-wukoopy
> > > >
> > >
> > >
> > > --
> > > [Time is unimportant, only life important!]
> > >
> > >
> >
> >
> > --
> > [Time is unimportant, only life important!]
> >
> 
> 
> --
> my gmail:lihuimail(at)gmail.com
> WukooPy:
> http://wiki.woodpecker.org.cn/moin/WukooPy
> http://groups-beta.google.com/group/python-wukoopy
> 


-- 
[Time is unimportant, only life important!]

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

2005年07月16日 星期六 16:50

xu.shengyong zjxushengyong at hotmail.com
Sat Jul 16 16:50:09 HKT 2005

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050716/d721f029/attachment.html

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

2005年07月16日 星期六 16:58

张骏 zhangj at foreseen-info.com
Sat Jul 16 16:58:28 HKT 2005

wincvs
apache的mod_python都是将python嵌入c的最佳教程

----------------------- Original Message -----------------------
From:    "xu.shengyong" <zjxushengyong at hotmail.com>
To:      <python-chinese at lists.python.cn>
Date:    Sat, 16 Jul 2005 16:50:09 +0800
Subject: [python-chinese] 大家好,请教一个问题:网上有没有把Python解释器嵌入到VC应用程序中的例子代码?或者这方面的资料,谢谢!
----------------------------------------------------------------
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese

--------------------- Original Message Ends --------------------

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

2005年07月16日 星期六 17:16

xu.shengyong zjxushengyong at hotmail.com
Sat Jul 16 17:16:43 HKT 2005

谢谢你的答复,另外,我问个小问题,我想在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的最佳教程

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

2005年07月16日 星期六 17:49

xu.shengyong zjxushengyong at hotmail.com
Sat Jul 16 17:49:34 HKT 2005

请教:我从网上下载了Python V2.4.1的源代码,用VC6打开Python工程文件 pcbuild.dsw(在Python源代码的目录“\PC\VC6\”下)

在编译的时候出现如下错误:fatal error C1083: Cannot open include file: 'db.h': No such file or directory

请问是什么原因导致的?如何能够解决?

我想编译出一个DEBUG版本的 Python24.lib 和 Python24.dll 来,

因为Release版本的 Python24.lib 和 Python24.dll 在把Python解释器嵌入到VC应用程序的开发中无法调试。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050716/3431c9c9/attachment.htm

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

2005年07月16日 星期六 18:02

Carlos Liu about.linux at gmail.com
Sat Jul 16 18:02:27 HKT 2005

On Sat, Jul 16, 2005 at 05:49:34PM +0800, xu.shengyong wrote:
> 请教:我从网上下载了Python V2.4.1的源代码,用VC6打开Python工程文件 pcbuild.dsw(在Python源代码的目录“\PC\VC6\”下)
> 
> 在编译的时候出现如下错误:fatal error C1083: Cannot open include file: 'db.h': No such file or directory
> 
> 请问是什么原因导致的?如何能够解决?
> 
You need Berkeley Database. http://www.sleepycat.com/

-- 
 Best Regards,
 Carlos

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

2005年07月16日 星期六 18:32

limodou limodou at gmail.com
Sat Jul 16 18:32:27 HKT 2005

官方版的2.4.1是用vc7编译的,你确信要用vc6吗?

在 05-7-16,xu.shengyong<zjxushengyong at hotmail.com> 写道:
>  
> 请教:我从网上下载了Python V2.4.1的源代码,用VC6打开Python工程文件
> pcbuild.dsw(在Python源代码的目录"\PC\VC6\"下) 
>   
> 在编译的时候出现如下错误:fatal error C1083: Cannot open include file: 'db.h': No such
> file or directory 
>   
> 请问是什么原因导致的?如何能够解决? 
>   
> 我想编译出一个DEBUG版本的 Python24.lib 和 Python24.dll 来, 
>   
> 因为Release版本的 Python24.lib 和 Python24.dll 在把Python解释器嵌入到VC应用程序的开发中无法调试。 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

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

2005年07月16日 星期六 18:57

Jason Liu telecomliu at gmail.com
Sat Jul 16 18:57:06 HKT 2005

错误信息是什么?


在 05-7-16,xu.shengyong<zjxushengyong at hotmail.com> 写道:
> 谢谢你的答复,另外,我问个小问题,我想在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的最佳教程
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>

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

2005年07月18日 星期一 08:57

xu.shengyong zjxushengyong at hotmail.com
Mon Jul 18 08:57:13 HKT 2005

谢谢 Limodou、Jason Liu、Carlos Liu的答复,昨天星期天出去玩了,没有及时回复,请见谅,:),大家周末过的如何啊?

接着上次的问题我再问一下:

1. To Limodou:

我看见Python V2.4.1源代码目录下有一个PC目录,而PC目录下面有VC6,所以我就用VC6进行编译了,而你所说的官方版的2.4.1是用vc7编译的,我没有注意到,不知道Python的网站上是否有关于如何编译Python V2.4.1源代码的说明?请告知,谢谢!

2.To Jason Liu:

由于我用的Python24.dll是Release版本的,所以我无法跟踪,错误信息也没有,程序直接崩溃了,请问是什么原因?

原问题:我想在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;
 }
/****************************************************/

3.To Carlos Liu:
上次你告诉我出现如下错误:fatal error C1083: Cannot open include file: 'db.h': No such file or directory,是由于需要Berkeley Database,所以我就从网上下了一个最新版本的V4.3,上述错误信息消失,但是版本好像不对,出现了新的错误信息:LINK : fatal error LNK1181: cannot open input file "..\..\..\db-4.1.25\build_win32\Release_static\libdb41s.lib",应该是下一个4.1版本的就应该能通过了吧,是吗?谢谢!



----- Original Message ----- 
From: "limodou" <limodou at gmail.com>
To: <python-chinese at lists.python.cn>
Sent: Saturday, July 16, 2005 6:32 PM
Subject: Re: [python-chinese] 请教:关于如何用VC6编译Python2.4.1的源代码?


> 官方版的2.4.1是用vc7编译的,你确信要用vc6吗?
> 
> 在 05-7-16,xu.shengyong<zjxushengyong at hotmail.com> 写道:
>>  
>> 请教:我从网上下载了Python V2.4.1的源代码,用VC6打开Python工程文件
>> pcbuild.dsw(在Python源代码的目录"\PC\VC6\"下) 
>>   
>> 在编译的时候出现如下错误:fatal error C1083: Cannot open include file: 'db.h': No such
>> file or directory 
>>   
>> 请问是什么原因导致的?如何能够解决? 
>>   
>> 我想编译出一个DEBUG版本的 Python24.lib 和 Python24.dll 来, 
>>   
>> 因为Release版本的 Python24.lib 和 Python24.dll 在把Python解释器嵌入到VC应用程序的开发中无法调试。 
>> _______________________________________________
>> python-chinese list
>> python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
>> 
>> 
>> 
> 
> 
> -- 
> I like python! 
> My Donews Blog: http://www.donews.net/limodou
> New Google Maillist: http://groups-beta.google.com/group/python-cn
>


--------------------------------------------------------------------------------


> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>

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

2005年07月18日 星期一 09:13

张骏 zhangj at foreseen-info.com
Mon Jul 18 09:13:05 HKT 2005

> 谢谢 Limodou、Jason Liu、Carlos Liu的答复,昨天星期天出去玩了,没有及时回复,请见谅,:),大家周末过的如何啊?
> 
> 接着上次的问题我再问一下:
> 
> 1. To Limodou:
> 
> 我看见Python V2.4.1源代码目录下有一个PC目录,而PC目录下面有VC6,所以我就用VC6进行编译了,而你所说的官方版的2.4.1是用vc7编译的,我没有注意到,不知道Python的网站上是否有关于如何编译Python V2.4.1源代码的说明?请告知,谢谢!
> 
> 2.To Jason Liu:
> 
> 由于我用的Python24.dll是Release版本的,所以我无法跟踪,错误信息也没有,程序直接崩溃了,请问是什么原因?
> 
> 原问题:我想在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");
                                      ^^^
                                      为什么要W? 或许是这个地方错误 
>     int nResult = PyRun_SimpleFile(fp, "test.py");
>  
>     printf("nResult is: %d\n", nResult);
>  
>     Py_Finalize();
>  
>     return 0;
>  }
> /****************************************************/
> 
> 3.To Carlos Liu:
> 上次你告诉我出现如下错误:fatal error C1083: Cannot open include file: 'db.h': No such file or directory,是由于需要Berkeley Database,所以我就从网上下了一个最新版本的V4.3,上述错误信息消失,但是版本好像不对,出现了新的错误信息:LINK : fatal error LNK1181: cannot open input file "..\..\..\db-4.1.25\build_win32\Release_static\libdb41s.lib",应该是下一个4.1版本的就应该能通过了吧,是吗?谢谢!
另外, 你可以先RunSimpleString 试试

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

2005年07月18日 星期一 09:41

xu.shengyong zjxushengyong at hotmail.com
Mon Jul 18 09:41:32 HKT 2005

1.To 张骏 <zhangj at foreseen-info.com>: 

a.PyRun_SimpleString()可以顺利执行,但是PyRun_SimpleFile通不过。
b.我看www.ActiveState.com网站上的Python Cookbook有关于FILE类型在不同编译器环境下有不同的结构,可是没有说在VC环境下需要做哪些方面的调整,而且我不知道是不是由于这个原因导致的。

请大家帮忙看看,谢谢!

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

2005年07月18日 星期一 09:42

张骏 zhangj at foreseen-info.com
Mon Jul 18 09:42:46 HKT 2005

>  
>     FILE* fp = fopen("d:\\test.py", "w");
                                      ^^^
                                      为什么要W? 或许是这个地方错误 
>     int nResult = PyRun_SimpleFile(fp, "test.py");
>  

这个地方是不是没注意到?
----------------------- Original Message -----------------------
From:    "xu.shengyong" <zjxushengyong at hotmail.com>
To:      <python-chinese at lists.python.cn>
Date:    Mon, 18 Jul 2005 09:41:32 +0800
Subject: Re: [python-chinese] 请教:关于如何用VC6编译Python2.4.1的源代码?
----------------------------------------------------------------
> 1.To 张骏 <zhangj at foreseen-info.com>: 
> 
> a.PyRun_SimpleString()可以顺利执行,但是PyRun_SimpleFile通不过。
> b.我看www.ActiveState.com网站上的Python Cookbook有关于FILE类型在不同编译器环境下有不同的结构,可是没有说在VC环境下需要做哪些方面的调整,而且我不知道是不是由于这个原因导致的。
> 
> 请大家帮忙看看,谢谢!

--------------------- Original Message Ends --------------------

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

2005年07月18日 星期一 10:49

limodou limodou at gmail.com
Mon Jul 18 10:49:52 HKT 2005

忘记在哪里看到的了。

在 05-7-18,xu.shengyong<zjxushengyong at hotmail.com> 写道:
> 谢谢 Limodou、Jason Liu、Carlos Liu的答复,昨天星期天出去玩了,没有及时回复,请见谅,:),大家周末过的如何啊?
> 
> 接着上次的问题我再问一下:
> 
> 1. To Limodou:
> 
> 我看见Python V2.4.1源代码目录下有一个PC目录,而PC目录下面有VC6,所以我就用VC6进行编译了,而你所说的官方版的2.4.1是用vc7编译的,我没有注意到,不知道Python的网站上是否有关于如何编译Python V2.4.1源代码的说明?请告知,谢谢!
> 
> 2.To Jason Liu:
> 
> 由于我用的Python24.dll是Release版本的,所以我无法跟踪,错误信息也没有,程序直接崩溃了,请问是什么原因?
> 
> 原问题:我想在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;
>  }
> /****************************************************/
> 
> 3.To Carlos Liu:
> 上次你告诉我出现如下错误:fatal error C1083: Cannot open include file: 'db.h': No such file or directory,是由于需要Berkeley Database,所以我就从网上下了一个最新版本的V4.3,上述错误信息消失,但是版本好像不对,出现了新的错误信息:LINK : fatal error LNK1181: cannot open input file "..\..\..\db-4.1.25\build_win32\Release_static\libdb41s.lib",应该是下一个4.1版本的就应该能通过了吧,是吗?谢谢!
> 
> 
> 
> ----- Original Message -----
> From: "limodou" <limodou at gmail.com>
> To: <python-chinese at lists.python.cn>
> Sent: Saturday, July 16, 2005 6:32 PM
> Subject: Re: [python-chinese] 请教:关于如何用VC6编译Python2.4.1的源代码?
> 
> 
> > 官方版的2.4.1是用vc7编译的,你确信要用vc6吗?
> >
> > 在 05-7-16,xu.shengyong<zjxushengyong at hotmail.com> 写道:
> >>
> >> 请教:我从网上下载了Python V2.4.1的源代码,用VC6打开Python工程文件
> >> pcbuild.dsw(在Python源代码的目录"\PC\VC6\"下)
> >>
> >> 在编译的时候出现如下错误:fatal error C1083: Cannot open include file: 'db.h': No such
> >> file or directory
> >>
> >> 请问是什么原因导致的?如何能够解决?
> >>
> >> 我想编译出一个DEBUG版本的 Python24.lib 和 Python24.dll 来,
> >>
> >> 因为Release版本的 Python24.lib 和 Python24.dll 在把Python解释器嵌入到VC应用程序的开发中无法调试。
> >> _______________________________________________
> >> python-chinese list
> >> python-chinese at lists.python.cn
> >> http://python.cn/mailman/listinfo/python-chinese
> >>
> >>
> >>
> >
> >
> > --
> > I like python!
> > My Donews Blog: http://www.donews.net/limodou
> > New Google Maillist: http://groups-beta.google.com/group/python-cn
> >
> 
> 
> --------------------------------------------------------------------------------
> 
> 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号