简体   繁体   English

Windows7英特尔64位上的Python

[英]Python on windows7 intel 64bit

I've been messing around with Python over the weekend and find myself pretty much back at where I started. 周末我一直在乱用Python,发现自己几乎回到了我开始的地方。

I've specifically been having issues with easy_install and nltk giving me errors about not finding packages, etc. 我特意遇到了easy_install和nltk的问题,给了我关于找不到包等的错误。

I've tried both Python 2.6 and Python 3.1. 我已经尝试过Python 2.6和Python 3.1。

I think part of the problem may be that I'm running windows 7 in 64bit mode on an Intel T5750 chipset. 我认为部分问题可能是我在Intel T5750芯片组上以64位模式运行Windows 7。 I'm thinking of downloading Python for windows extension http://sourceforge.net/projects/pywin32/files/ , but not sure which version to get. 我正在考虑下载用于Windows扩展的Python http://sourceforge.net/projects/pywin32/files/ ,但不确定要获得哪个版本。 Why do packages have a specific AMD64, but not intel? 为什么包有特定的AMD64,而不是英特尔?

However, this may not even solve my problems. 但是,这甚至可能无法解决我的问题。 Any recommendations on getting Python to work in this environment? 有关让Python在这种环境中工作的任何建议吗?

I've currently got Python 3.1 installed, and removed 2.6 我目前安装了Python 3.1,并删除了2.6

The most popular 64-bit mode for "86-oid" processor is commonly known as AMD64 because AMD first came up with it (Intel at that time was pushing Itanium instead, and that didn't really catch fire -- it's still around but I don't even know if Win7 supports it); 最受欢迎的“86-oid”处理器的64位模式通常被称为AMD64,因为AMD首先提出它(当时的英特尔正在推动安腾,而这并没有真正起火 - 它仍然存在但是我甚至不知道Win7是否支持它); Intel later had to imitate that mode to get into the mass-64 bit market, but it's still commonly known as AMD64 after its originator. 英特尔后来不得不模仿该模式进入大众64位市场,但它仍然通常被称为AMD64的原创者。 For Windows 7 in 64-bit mode, AMD64 seems likely to be what you want. 对于64位模式的Windows 7,AMD64似乎可能是你想要的。

The 64-bit-Windows downloads from activestate come with a few important pieces that aren't part of the standard python.org 64-bit Windows builds, and might perhaps make your life easier. 来自activestate的64位Windows下载附带了一些不属于标准python.org 64位Windows版本的重要部分,可能会让您的生活更轻松。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM