版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
\o"個人技術(shù)—持續(xù)關(guān)注Web、Java、Python、NoSQL、Hadoop、Openstack、Linux、關(guān)系型數(shù)據(jù)庫、云計算、大數(shù)據(jù)…"Web、Java、Python、NoSQL、Hadoop、Openstack、Linux、關(guān)系型數(shù)據(jù)庫、云計算、大數(shù)據(jù)...積跬步以至千里\o"跳至正文"跳至正文首頁關(guān)于知識共享找吳飚你的吐槽板你的電臺←
Python爬蟲抓取代理服務(wù)器
→Windows下搭建Python2.7環(huán)境(包括Win764位下安裝setuptools)發(fā)表于
\o"上午5:08"2013年4月11日
由
\o"查看所有由吳飚發(fā)布的文章"吳飚在Windows下要比Linux簡單的多。
或則直接在本站搜索
系統(tǒng)環(huán)境操作系統(tǒng)
Windows7
旗艦版
64位
SP1(DirectX11)處理器
英特爾
Corei5M560@2.67GHz
雙核筆記本處理器主板
聯(lián)想
2522NT7(英特爾
QM57
芯片組)內(nèi)存
6GB(
爾必達(dá)
DDR31067MHz/
爾必達(dá)
DDR31333MHz)目錄[+]Python:setuptools:/pypi/setuptools#windowsnumpy:地址:/~gohlke/pythonlibs/選擇安裝路徑:
除了選擇安裝路徑外,其他的基本都可以默認(rèn)了,一直到安裝完成。此時的目錄結(jié)構(gòu)如下:
測試,Python安裝成功。官網(wǎng)聲稱.exe版本的不支持64位Windows系統(tǒng),推薦使用ez_setup.py自動安裝。據(jù)說,有筒子32位的exe文件在64位系統(tǒng)上也能用,我就不試了,按照官方的指導(dǎo)來吧,免得以后出些莫名其妙的問題。
打開,把頁面上的代碼copy一份保存為ez_setup.py。在命令行窗口下執(zhí)行即可,前提是可以聯(lián)網(wǎng)。
12Downloading34Copyingsetuptools-0.6c11-py2.7.eggtod:\python27\lib\site-packages5Addingsetuptools0.6c11toeasy-install.pthfile6Installingeasy_install-script.pyscripttoD:\Python27\Scripts7Installingeasy_install.exescripttoD:\Python27\Scripts8Installingeasy_install.exe.manifestscripttoD:\Python27\Scripts9Installingeasy_install-2.7-script.pyscripttoD:\Python27\Scripts10Installingeasy_install-2.7.exescripttoD:\Python27\Scripts11Installingeasy_install-2.7.exe.manifestscripttoD:\Python27\Scripts12
13Installe14Processingdependenciesfor15Finishedprocessingdependenciesforsetuptools安裝完成后的目錄如下:
安裝django:\o"查看源代碼"查看源代碼\o"打印"打印\o"幫助"幫助1C:\Users\Biao>easy_install2error:Nourls,filenames,orrequirementsspecified(see--help)3
4C:\Users\Biao>easy_installdjango5Searchingfordjango6789101112RunningDjango-1.4.2\setup.py-qbdist_egg--dist-dirc:\users\biao\appdata\local\temp\easy_install-tahhsu\Django-1.4.2\egg-dist-tmp-0hpiac13zip_safeflagnotset;analyzingarchivecontents...14django.contrib.admindocs.views:modulereferences__file__15django.contrib.auth.tests.context_processors:modulereferences__file__16django.contrib.auth.tests.forms:modulereferences__file__17django.contrib.auth.tests.views:modulereferences__file__18django.contrib.flatpages.tests.csrf:modulereferences__file__19django.contrib.flatpages.tests.middleware:modulereferences__file__20django.contrib.flatpages.tests.templatetags:modulereferences__file__21django.contrib.flatpages.tests.views:modulereferences__file__22django.contrib.formtools.tests.__init__:modulereferences__file__23dwizardtests.tests:modulereferences__file__24django.contrib.formtools.tests.wizard.wizardtests.tests:modulereferences__file__25django.contrib.gis.geometry.test_data:modulereferences__file__26django.contrib.gis.tests.geo3d.tests:modulereferences__file__27django.contrib.gis.tests.geogapp.tests:modulereferences__file__28django.contrib.gis.tests.layermap.tests:modulereferences__file__29django.contrib.sitemaps.tests.base:modulereferences__file__30django.contrib.staticfiles.storage:modulereferences__file__31django.core.management.sql:modulereferences__file__32django.core.management.templates:modulereferences__path__33django.core.management.__init__:modulereferences__file__34django.core.management.__init__:modulereferences__path__35mands.loaddata:modulereferences__file__36mands.loaddata:modulereferences__path__37mands.makemessages:modulereferences__file__38django.core.servers.basehttp:modulereferences__path__39django.db.utils:modulereferences__file__40django.db.models.loading:modulereferences__file__41django.template.loaders.app_directories:modulereferences__file__42django.test._doctest:modulereferences__file__4344django.utils.autoreload:modulereferences__file__45django.utils.module_loading:modulereferences__path__46django.utils.version:modulereferences__path__47django.utils.translation.trans_real:modulereferences__file__48django.utils.translation.__init__:modulereferences__file__49django.utils.unittest.collector:modulereferences__file__50django.utils.unittest.loader:modulereferences__file__51django.views.i18n:modulereferences__file__52toeasy-install.pthfile53Installingdjango-admin.pyscripttoD:\Python27\Scripts54
5556Processingdependenciesfordjango57Finishedprocessingdependenciesfordjango58
59C:\Users\Biao>python60(default,Apr1064bit(AMD64)]onwin3261Type"help","copyright","credits"or"license"formoreinformation.62>>>importdjango63>>>exit()django已安裝成功。
安裝numpy:
1C:\Users\Biao>easy_installnumpy2Searchingfornumpy345678Downloading/packages/source/n/numpy/numpy-1.6.2.zip#md5=7e13c931985f90efcfa0408f845d6fee9error:MD5validationfailedfornumpy-1.6.2.zip;possibledownloadproblem?10
11C:\Users\Biao>easy-install方式安裝失敗,這是因為我公司限網(wǎng)了,下載不下了。改用exe文件安裝,安裝文件為:numpy-unoptimized-1.6.2.win-amd64-py2.7.exe。下載完成后直接運行就可以了:
默認(rèn)會找到Python的安裝路徑:
numpy安裝成功。
至此,在Windows下Python環(huán)境搭建完成。本站遵循:
署名-非商業(yè)性使用-相同方式共享3.0中國大陸(CCBY-NC-SA3.0CN)版權(quán)聲明:本站所有文章如未標(biāo)注為轉(zhuǎn)載則皆為原創(chuàng),如需轉(zhuǎn)載,請務(wù)必以超鏈接形式標(biāo)注文章原始出處及作者姓名!此條目發(fā)表在
\o"查看Python中的全部文章"Python
分類目錄,貼了
Python環(huán)境搭建
標(biāo)簽。將\o"鏈向Windows下搭建Python2.7環(huán)境(包括Win764位下安裝setuptools)的固定鏈接"固定鏈接加入收藏夾。←
Python爬蟲抓取代理服務(wù)器
→發(fā)表評論電子郵件地址不會被公開。必填項已用
*
標(biāo)注姓名
*
電子郵件
*
站點評論您可以使用這些
HTML
標(biāo)簽和屬性:
<ahref=""title=""><abbrtitle=""><acronymtitle=""><b><blockquotecite=""><cite><code><deldatetime=""><em><i><qcite=""><strike><strong>
分類目錄\o"查看CAP理論下的所有文章"CAP理論\o"查看Hadoop下的所有文章"Hadoop\o"查看Hbase下的所有文章"Hbase\o"查看Hive下的所有文章"Hive\o"查看Sqoop下的所有文章"Sqoop\o"查看Java下的所有文章"Java\o"查看JavaScript下的所有文章"JavaScript\o"查看Linux下的所有文章"Linux\o"查看MySQL下的所有文章"MySQL\o"查看NoSQL下的所有文章"NoSQL\o"查看Memcached下的所有文章"Memcached\o"查看Repcached下的所有文章"Repcached\o"查看MongoDB下的所有文章"MongoDB\o"查看Redis下的所有文章"Redis\o"查看Oracle
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024-2030年中國奢侈品箱包行業(yè)規(guī)模分析及投資策略研究報告
- 2024-2030年中國半纖維素酶行業(yè)運行狀況及投資發(fā)展前景預(yù)測報告
- 2024年生產(chǎn)車間租賃與產(chǎn)業(yè)基金投資服務(wù)合同3篇
- 質(zhì)量監(jiān)督程序
- 詹凱煜畢業(yè)設(shè)計報告書論文
- 2024年度高層建筑基礎(chǔ)施工混凝土供應(yīng)合同范本3篇
- 海南省部分學(xué)校2021-2022學(xué)年高一上學(xué)期期中考試歷史試題
- 2024年城市宣傳片制作與發(fā)布合同范本3篇
- 2025年嘉峪關(guān)道路貨運駕駛員從業(yè)資格證考試
- 2025投影系統(tǒng)設(shè)備購銷合同書
- 兵團(tuán)電大建筑結(jié)構(gòu)實訓(xùn)
- 愛吃糖的大獅子
- 醫(yī)學(xué)小常識幻燈片課件
- 化妝品功效評價
- 風(fēng)電場通用類作業(yè)行為風(fēng)險管控清單
- 【幼兒園園本教研】幼兒表征的教師一對一傾聽策略
- GCS評分實施細(xì)則及要點說明課件
- 英語│英語中考英語閱讀理解(有難度)
- 手術(shù)操作分類代碼國家臨床版3.0
- 采血知情同意書模板
- 我的家鄉(xiāng)廣東廣州宣傳簡介
評論
0/150
提交評論