Python论坛  - 讨论区

标题:[python-chinese] 请问python2.5环境下怎么安装twisted?

2006年11月20日 星期一 11:38

rosetta rosettas在gmail.com
星期一 十一月 20 11:38:58 HKT 2006

hi all

可执行安装包只有for2.4版本

下载源码包安装zopeinterface的时候提示错误

error: Python was built with Visual Studio 2003;
extensions must be built with a compiler than can generate compatible binaries.
Visual Studio 2003 was not found on this system. If you have Cygwin installed,
you can try compiling with MingW32, by passing "-c mingw32" to setup.py.

with kind regards

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

2006年11月20日 星期一 11:59

syli hailang_0512在163.com
星期一 十一月 20 11:59:13 HKT 2006

你可以按照他的提示去做,如果你装了vs2003,就万事OK,If you have Cygwin installed,you can try compiling with MingW32, by passing "-c mingw32" to setup.py.


----- Original Message ----- 
From: "rosetta" <rosettas在gmail.com>
To: <python-chinese在lists.python.cn>
Sent: Monday, November 20, 2006 11:38 AM
Subject: [python-chinese] 请问python2.5环境下怎么安装twisted?


> hi all
> 
> 可执行安装包只有for2.4版本
> 
> 下载源码包安装zopeinterface的时候提示错误
> 
> error: Python was built with Visual Studio 2003;
> extensions must be built with a compiler than can generate compatible binaries.
> Visual Studio 2003 was not found on this system. If you have Cygwin installed,
> you can try compiling with MingW32, by passing "-c mingw32" to setup.py.
> 
> with kind regards
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

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

2006年11月20日 星期一 12:00

syli hailang_0512在163.com
星期一 十一月 20 12:00:58 HKT 2006

python25和24有较大改动,如果twisted没有发布官方版本,你源码安装也是没有用的。

----- Original Message ----- 
From: "rosetta" <rosettas在gmail.com>
To: <python-chinese在lists.python.cn>
Sent: Monday, November 20, 2006 11:38 AM
Subject: [python-chinese] 请问python2.5环境下怎么安装twisted?


> hi all
> 
> 可执行安装包只有for2.4版本
> 
> 下载源码包安装zopeinterface的时候提示错误
> 
> error: Python was built with Visual Studio 2003;
> extensions must be built with a compiler than can generate compatible binaries.
> Visual Studio 2003 was not found on this system. If you have Cygwin installed,
> you can try compiling with MingW32, by passing "-c mingw32" to setup.py.
> 
> with kind regards
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

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

2006年11月20日 星期一 12:49

rosetta rosettas在gmail.com
星期一 十一月 20 12:49:50 HKT 2006

On 11/20/06, syli <hailang_0512在163.com> wrote:
> 你可以按照他的提示去做,如果你装了vs2003,就万事OK,If you have Cygwin installed,you can try compiling with MingW32, by passing "-c mingw32" to setup.py.

我有mingw, 但是不大明白by passing "-c mingw32" to setup.py这个怎么操作, setup.py -c
mingw32 会提示-c参数不存在

>
>
> ----- Original Message -----
> From: "rosetta" <rosettas在gmail.com>
> To: <python-chinese在lists.python.cn>
> Sent: Monday, November 20, 2006 11:38 AM
> Subject: [python-chinese] 请问python2.5环境下怎么安装twisted?
>
>
> > hi all
> >
> > 可执行安装包只有for2.4版本
> >
> > 下载源码包安装zopeinterface的时候提示错误
> >
> > error: Python was built with Visual Studio 2003;
> > extensions must be built with a compiler than can generate compatible binaries.
> > Visual Studio 2003 was not found on this system. If you have Cygwin installed,
> > you can try compiling with MingW32, by passing "-c mingw32" to setup.py.
> >
> > with kind regards
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

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

2006年11月20日 星期一 12:51

rosetta rosettas在gmail.com
星期一 十一月 20 12:51:04 HKT 2006

On 11/20/06, syli <hailang_0512在163.com> wrote:
> python25和24有较大改动,如果twisted没有发布官方版本,你源码安装也是没有用的。

网络接口这部分应该变化不大吧,另外也可以了解一下python extention的编译安装

>
> ----- Original Message -----
> From: "rosetta" <rosettas在gmail.com>
> To: <python-chinese在lists.python.cn>
> Sent: Monday, November 20, 2006 11:38 AM
> Subject: [python-chinese] 请问python2.5环境下怎么安装twisted?
>
>
> > hi all
> >
> > 可执行安装包只有for2.4版本
> >
> > 下载源码包安装zopeinterface的时候提示错误
> >
> > error: Python was built with Visual Studio 2003;
> > extensions must be built with a compiler than can generate compatible binaries.
> > Visual Studio 2003 was not found on this system. If you have Cygwin installed,
> > you can try compiling with MingW32, by passing "-c mingw32" to setup.py.
> >
> > with kind regards
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号