amd64 build of python的安装程序? [英] installer for amd64 build of python?

查看:111
本文介绍了amd64 build of python的安装程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




有没有人知道amd64位的可用下载器

构建(现代)python?

我已经完成了对python文档的尽职调查和

邮件存档,

和我因缺乏信息而感到有些迷惑

关于这个话题。

我在原生64位嵌入python

应用程序所以python32使用WOW64

不是我的选择。


另外,有没有人有经验

使用PCBuild

目录下的visual studio文件amd64?


任何指针赞赏,


干杯

迈克


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

Mike Steel博士

高级科学家

RSoft设计组
www.rsoftdesign.com

解决方案

>或者,有没有人有经验

使用amd64下PCBuild
目录中的visual studio文件?




我不喜欢没有给你一个答案,但只是为了清楚未来

读者...基于上面的引用,我假设你的意思是原生的64位
构建对于Windows,对吗?你从来没有说过你需要什么平台这个

for,我在Linux上使用64位版本的Python就好了...但是

是的,Windows是另一个这个故事,特别是如果你想用它来构建

super-mega-pro VS优化和所有爵士乐用于

官方32位Windows二进制文件。 />


Brett,

我没有给你答案,只是为了明确未来读者......基于上面的引用,我假设你的意思是Windows的原生64位构建,对吗?你从来没有说过你需要什么样的平台,我只需要在Linux上使用64位版本的Python就好了......但是,是的,Windows是另一个故事,特别是如果你想要它构建的话使用
超级专业版VS进行优化以及他们用于官方32位Windows二进制文件的所有爵士乐。




是的我仔细检查了我的消息两次完全

错过了我遗漏了魔术词Windows x64的事实。 (对不起我。)

正如你所说,对于我的linux 64版本,它可以完美地运行

。 (惊喜)


mike


ma *********** @ gmail.com 写道:

有没有人知道amd64的可用下载器
(现代)python的构建?


没有正式版本。唯一官方的Win64版本是Itanium的
,请参阅 www。 python.org/2.4.2

我已经完成了对python docs和
邮件档案的尽职调查,而且由于缺乏关于这个主题的信息。


我一点也不神秘。操作系统在Python 2.4发布后才发布了,b / b
还没有官方编译器可供公众使用,而且我没有硬件

测试这样的版本。


Python 2.5很可能不会看到官方的AMD64

Windows二进制文件或者。

我在原生的64位应用程序中嵌入python所以使用WOW64的python32
对我来说不是一个选项。


所以你应该自己构建它。

或者,有没有人有使用PCBuild中的visual studio文件的经验
amd64下的目录?




很多人都试过这个。有一个未解决的问题

信号处理:VS 2005显然会降低兼容​​性

与标准C在一个方面,以前的版本曾经用于
是C兼容的(即处理不支持的信号

信号(3)中的数字)。因此,Python会在调试版本中提出断言失败。


问候,

Martin


Hi,

Does anyone know of an available downloader for an amd64 bit
build of (a modern) python?
I''ve done my due diligence search of python docs and
mailing archives,
and I''m somewhat mystified by the lack of info
on this topic.
I''m embedding python in a native 64 bit
application so python32 using WOW64
is not an option for me.

Alternatively, does anyone have experience
of using the visual studio files in the PCBuild
directory under amd64?

Any pointers appreciated,

Cheers
Mike

-------------------------------
Dr Mike Steel
Senior Scientist
RSoft Design Group
www.rsoftdesign.com

解决方案

> Alternatively, does anyone have experience

of using the visual studio files in the PCBuild
directory under amd64?



I don''t have an answer for you, but just to clarity for future
readers... based on the quote above, I assume you mean a native 64-bit
build for Windows, right? You never stated what platform you need this
for, I for one use a 64-bit build of Python on Linux just fine... but
yes, Windows is another story, especially if you want it built with the
super-mega-pro VS with optimizations and all that jazz they use for
official 32-bit Windows binaries.


Brett,

I don''t have an answer for you, but just to clarity for future
readers... based on the quote above, I assume you mean a native 64-bit
build for Windows, right? You never stated what platform you need this
for, I for one use a 64-bit build of Python on Linux just fine... but
yes, Windows is another story, especially if you want it built with the
super-mega-pro VS with optimizations and all that jazz they use for
official 32-bit Windows binaries.



Yes I carefully checked my message twice and completely
missed the fact that I left out the magic words Windows x64. (d''uh me.)
As you say, for my linux 64 builds, it works perfectly out
of the box. (surprise)

mike


ma***********@gmail.com wrote:

Does anyone know of an available downloader for an amd64 bit
build of (a modern) python?
There is no official build. The only official Win64 build is
for Itanium, see www.python.org/2.4.2
I''ve done my due diligence search of python docs and
mailing archives, and I''m somewhat mystified by the lack of info
on this topic.
I''m not at all mystified. The operating system was only released
after the release of Python 2.4, there is no official compiler
available yet to the general public, and I don''t have the hardware
to test such a release.

It''s fairly likely that Python 2.5 will not see official AMD64
Windows binaries, either.
I''m embedding python in a native 64 bit
application so python32 using WOW64
is not an option for me.
So you should build this on your own.
Alternatively, does anyone have experience
of using the visual studio files in the PCBuild
directory under amd64?



A number of people have tried this. There is one open issue
with signal handling: VS 2005 will apparently drop compatibility
with Standard C in one aspect where previous releases used to
be C compatible (namely, processing of unsupported signal
numbers in signal(3)). Because of that, Python will raise
an assertion failure in the debug build.

Regards,
Martin


这篇关于amd64 build of python的安装程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆