Web、Java、Python、NoSQL、Hadoop、Openstack、Linux、关系型数据库、云计算、大数据...
积跬步以至千里
跳至正文
首页
关于
知识共享
吴飚
你的吐槽板
你的电台
← Linux下搭建Python2.7环境
Python爬虫抓取代理服务器 →
Windows下搭建Python2.7环境(包括Win7 64位下安装setuptools
发表于 2013 年 4 月 11 日  吴飚
Windows下要比python安装教程win11Linux简单的多。
Linux系统参考:LinuxPython2.7环境搭建
f.dataguru/forum.php?mod=viewthread&tid=36405&fromuid=4771
或则直接在本站搜索系统环境
操作系统         Windows 7 旗舰版 64 SP1 (DirectX 11 )
处理器     英特尔 Core i5 M560 @ 2.67GHz 双核笔记本处理器
主板         联想 2522NT7 (英特尔 QM57 芯片组)
内存         6 GB ( 尔必达 DDR31067MHz / 尔必达 DDR3 1333MHz )
目录[+]
1.下载
Python
地址:/getit/
版本:python-2.7.3.amd64.msi
setuptools/pypi/setuptools#windows
ez_setup.py文件:lecommunity/dist/ez_setup.py
numpy
地址:www.lfd.uci.edu/~gohlke/pythonlibs/
版本:numpy-unoptimized-1.6.2.
2.安装Python
选择安装路径:
除了选择安装路径外,其他的基本都可以默认了,一直到安装完成。此时的目录结构如下:
 
3.Python配置环境变量

测试,Python安装成功。
4.安装setuptools
声称.exe版本的不支持64Windows系统,推荐使用ez_setup.py自动安装。据说,有筒子32位的exe文件在64位系统上也能用,我就不试了,按照官方的指导来吧,免得以后出些莫名其妙的问题。

打开lecommunity/dist/ez_setup.py,把页面上的代码copy一份保存为ez_setup.py
在命令行窗口下执行即可,前提是可以联网。 
1
D:\>ez_setup.py
2
Downloading /packages/2.7/s/setuptools/setuptools-0.
首码放单平台
3
Processing setuptools-0.
4
Copying setuptools-0. to d:\python27\lib\site-packages
5
Adding setuptools 0.6c11 to easy-install.pth file
6
Installing easy_install-script.py script to D:\Python27\Scripts
最基础的vba知识7
Installing script to D:\Python27\Scripts
8
Installing anifest script to D:\Python27\Scripts
linux修改网卡名称
9
Installing easy_install-2.7-script.py script to D:\Python27\Scripts
10
Installing easy_ script to D:\Python27\Scripts
11
Installing easy_anifest script to D:\Python27\Scripts
12
 
13
Installed d:\python27\lib\site-packages\setuptools-0.
14
Processing dependencies for setuptools==0.6c11
15
Finished processing dependencies for setuptools==0.6c11
setuptools安装完成后的目录如下:
5.setuptools配置环境变量
6.使用easy_install
安装django
查看源代码
打印帮助
1
C:\Users\Biao>easy_install
2
error: No urls, filenames, or requirements specified (see --help)
3
 
4
C:\Users\Biao>easy_install django
5
Searching for django
6
Reading /simple/django/
互联网网络源码
7
Reading www.djangoproject/
8
Reading www.djangoproject/
9
Best match: Django 1.4.2
10
Downloading www.djangoproject/m/releases/1.4/Django-1.4.
11
Processing Django-1.4.
12
Running Django-1.4.2\setup.py -q bdist_egg --dist-dir c:\users\biao\appdata\local\temp\easy_install-tahhsu\Django-1.4.2\egg-dist-tmp-0hpiac
13
zip_safe flag not set; analyzing
14
ib.admindocs.views: module references __file__
15
t_processors: module references __file__
16
sts.forms: module references __file__
17
sts.views: module references __file__
18
sts.csrf: module references __file__
19
sts.middleware: module references __file__
20
platetags: module references __file__
bat批处理命令大全键入y
21
sts.views: module references __file__
22
sts.__init__: module references __file__
23
sts.sts: module references __file__
24
sts.sts: module references __file__
25
ry.test_data: module references __file__
26
sts: module references __file__
27
sts: module references __file__
28
sts: module references __file__
29
sts.base: module references __file__
30
ib.staticfiles.storage: module references __file__
31
anagement.sql: module references __file__
32
plates: module references __path__
33
anagement.__init__: module references __file__
34
anagement.__init__: module references __path__
35
anagementmands.loaddata: module references __file__
36
anagementmands.loaddata: module references __path__

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。