Python论坛  - 讨论区

标题:RE: [python-chinese] 请教:关于如何用VC6编译Python2.4.1的源代码?

2005年07月18日 星期一 11:21

Robert Chen - 陈儒 Robert.Chen at zyxel.cn
Mon Jul 18 11:21:19 HKT 2005

VC6应该能编译通过的,编译时报什么错吗?

-----Original Message-----
From: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of limodou
Sent: Monday, July 18, 2005 10:50 AM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 请教:关于如何用VC6编译Python2.4.1的源代码?

忘记在哪里看到的了。

在 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:

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

2005年07月19日 星期二 10:59

xu.shengyong zjxushengyong at hotmail.com
Tue Jul 19 10:59:06 HKT 2005

大家好,哪位兄弟能解释一下Python2.4.1源代码工程内部各个子工程(见下面列表)的相互关系啊?比如说哪一个是主工程?

_bsddb
-socket
_ssl
_testcapi
_tkinter
bz2
make_versioninfo
pyexpat
python
pythoncore
select
unicodedata
w9xpopen
winsound
zlib

我再用VC6单独编译pythoncore能够顺利通过,可是编译整个工程的时候就会报错,起初的错误信息是:

fatal error C1083: Cannot open include file: 'db.h': No such file or directory

后来我根据Carlos的提醒下载了Berkeley Database,并在工程中设置了头文件的引用路径,上述问题没有出现,可是Berkeley Database的版本好像不对。

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

2005年07月19日 星期二 11:17

March Liu march.liu at gmail.com
Tue Jul 19 11:17:16 HKT 2005

Python源码中有个文本文件,名为readme.txt,在pcbuild目录下,其中的内容可能对你的疑问有帮助。另外,最好不要用Windows的记事本来打开它,我一般都用GVIM来阅读开源软件的Readme。

在05-7-19,xu.shengyong <zjxushengyong at hotmail.com> 写道:
> 
> 大家好,哪位兄弟能解释一下Python2.4.1源代码工程内部各个子工程(见下面列表)的相互关系啊?比如说哪一个是主工程?
> 
> _bsddb
> -socket
> _ssl
> _testcapi
> _tkinter
> bz2
> make_versioninfo
> pyexpat
> python
> pythoncore
> select
> unicodedata
> w9xpopen
> winsound
> zlib
> 
> 我再用VC6单独编译pythoncore能够顺利通过,可是编译整个工程的时候就会报错,起初的错误信息是:
> 
> fatal error C1083: Cannot open include file: 'db.h': No such file or 
> directory
> 
> 后来我根据Carlos的提醒下载了Berkeley Database,并在工程中设置了头文件的引用路径,上述问题没有出现,可是Berkeley 
> Database的版本好像不对。
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> 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/20050719/179488bf/attachment.html

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

2005年07月19日 星期二 11:28

xu.shengyong zjxushengyong at hotmail.com
Tue Jul 19 11:28:55 HKT 2005

好的,多谢 March Liu!
  ----- Original Message ----- 
  From: March Liu 
  To: python-chinese at lists.python.cn 
  Sent: Tuesday, July 19, 2005 11:17 AM
  Subject: Re: [python-chinese] 请教:关于如何用VC6编译Python2.4.1的源代码?


  Python源码中有个文本文件,名为readme.txt,在pcbuild目录下,其中的内容可能对你的疑问有帮助。另外,最好不要用Windows的记事本来打开它,我一般都用GVIM来阅读开源软件的Readme。


  在05-7-19,xu.shengyong < zjxushengyong at hotmail.com> 写道:
    大家好,哪位兄弟能解释一下Python2.4.1源代码工程内部各个子工程(见下面列表)的相互关系啊?比如说哪一个是主工程? 

    _bsddb
    -socket
    _ssl
    _testcapi
    _tkinter
    bz2
    make_versioninfo
    pyexpat
    python
    pythoncore
    select
    unicodedata
    w9xpopen
    winsound
    zlib

    我再用VC6单独编译pythoncore能够顺利通过,可是编译整个工程的时候就会报错,起初的错误信息是: 

    fatal error C1083: Cannot open include file: 'db.h': No such file or directory

    后来我根据Carlos的提醒下载了Berkeley Database,并在工程中设置了头文件的引用路径,上述问题没有出现,可是Berkeley Database的版本好像不对。
    _______________________________________________ 
    python-chinese list
    python-chinese at lists.python.cn
    http://python.cn/mailman/listinfo/python-chinese 






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

  刘鑫
  March.Liu



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


  _______________________________________________
  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/20050719/9239fa65/attachment.htm

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号