我有一个带有Windows 8.1的dell xps13 8gb ram。
我尝试过不同时间安装python但它似乎总是32位版本。 我不知道我做错了什么。
现在我从Winpy网站安装了64位版本。 这是我开始spyder时获得的
Python 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Imported NumPy 1.8.0, SciPy 0.13.3, Matplotlib 1.3.1
+ guidata 1.6.1, guiqwt 2.3.2
Type "scientific" for more details.
>>> import sys
>>> sys.maxint
2147483647
>>>
为什么sys.maxint=2147483647
?在64位系统上从9开始不应该是更长的数字?
我做错了吗?