【Python】Python安裝模組
以安裝Mysqldb模組為例子
1 下載
2 進入原始碼build
python setup.py build
3 安裝模組
sudo python setup.py install
4 測試看看
[root@localhost ~]# python
Python 2.6.8 (unknown, Jan 11 2016, 08:16:53)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-55)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb
>>>
參考文件
http://blog.csdn.net/guzicheng/article/details/5884106
上面是
煞筆安裝方法
這樣就行了
pip install moudename
1 下載
2 進入原始碼build
python setup.py build
- 如果報錯
-
報錯:ImportError: No module named setuptools
解決:安裝setuptools
wget -O setuptools-0.6c8.tar.gz
tar xzvf setuptools-0.6c8.tar.gz
cd setuptools-0.6c8
python setup.py build
sudo python setup.py install
3 安裝模組
sudo python setup.py install
4 測試看看
[root@localhost ~]# python
Python 2.6.8 (unknown, Jan 11 2016, 08:16:53)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-55)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb
>>>
參考文件
http://blog.csdn.net/guzicheng/article/details/5884106
上面是
煞筆安裝方法
這樣就行了
pip install moudename
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29096438/viewspace-2052025/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Python模組安裝Python
- python 模組安裝Python
- pycharm安裝python模組PyCharmPython
- Python安裝selenium模組Python
- python openssl模組如何安裝?Python
- python 安裝模組的方法Python
- python-模組,包,安裝Python
- 安裝python pip,再安裝request模組,執行python程式碼Python
- Python安裝模組有哪些方法?Python
- python安裝模組cx_OraclePythonOracle
- python模組安裝目錄在哪裡Python
- 怎樣安裝python的GPIO模組Python
- Python paramiko模組的安裝與使用Python
- 為Python 3.5及以上安裝Pygame模組PythonGAM
- windows下python安裝Numpy和Scipy模組WindowsPython
- Python如何檢視安裝了哪些模組?Python
- python(pip)包/模組:如何離線安裝?Python
- Python 模組的製作,釋出,安裝Python
- Python模組、第三方模組安裝、模組匯入教程Python
- 如何製作python安裝模組(setup.py)Python
- python2.7之MySQLdb模組 for linux安裝PythonMySqlLinux
- 【python】python安裝Python
- Python:檢視已安裝模組 和 檢視可匯入模組Python
- Python怎麼安裝第三方模組Python
- Python安裝cx_Oracle模組遇到的問題PythonOracle
- python3安裝編譯_tkinter模組丟失Python編譯
- Python2、3並存,Python3無法安裝requests模組Python
- python ----python的安裝Python
- python 安裝Python
- python安裝Python
- Python3 全自動更新已安裝的模組Python
- Python 庫/模組的pip安裝和IPython的使用Python
- pip高階玩法,讓python模組安裝飛起來Python
- Python筆記之paramiko模組安裝和使用示例Python筆記
- Windows系統中安裝Python模組pip numpy matplotlibWindowsPython
- Python安裝教程(非常詳細) python如何安裝使用Python
- 安裝python虛擬環境並配置虛擬環境以及安裝scrapy模組Python
- 軟測WebUI Python安裝selenium模組失敗,用VSCode安裝成功WebUIPythonVSCode