python之feedparser安裝
在win7系統下進入cmd,首先配置Python環境變數,可以自行搜尋具體配置方法。
這裡可以下載feerparser:https://pypi.python.org/pypi/feedparser
開啟feedparser目錄下的setup.py,用from distutils.core import setup替代第一行的from setuptools import setup,儲存。
在cmd中切換目錄至feedparser,輸入python setup.py install (setuptools也要首先要安裝好,,就是pip,easy-install之類的東西,,可以自行找安裝方法)
相關文章
- python安裝之後怎麼用Python
- 【python】python安裝Python
- python安裝Python
- ffmpeg安裝之mac安裝Mac
- python ----python的安裝Python
- Python3爬蟲利器之ChromeDriver的安裝Python爬蟲Chrome
- Python安裝教程(非常詳細) python如何安裝使用Python
- python安裝simplejsonPythonJSON
- python 安裝 impalaPython
- python 安裝protobufPython
- 解除安裝 PythonPython
- Python安裝教程Python
- python安裝opencvPythonOpenCV
- Docker安裝PythonDockerPython
- Docker 安裝 pythonDockerPython
- python安裝mysqlclientPythonMySqlclient
- Python pip的安裝及解除安裝Python
- ffmpeg安裝之linux編譯安裝Linux編譯
- Python筆記之paramiko模組安裝和使用示例Python筆記
- Open3d之python版本快速安裝和使用3DPython
- linux安裝python3(原始碼安裝)LinuxPython原始碼
- brew 安裝python3:如何使用brew安裝Python3Python
- Python安裝graphics庫Python
- linux下安裝pythonLinuxPython
- Python 3安裝MySQLdbPythonMySql
- 【Python】安裝配置gymPython
- Python uWSGI 安裝配置Python
- 安裝python並使用Python
- Python 3安裝wxPythonPython
- 【Python】pyenv 安裝方式Python
- CentOS Python 3.12安裝CentOSPython
- python 模組安裝Python
- python安裝部署(3.12)Python
- python如何安裝OpenCV?PythonOpenCV
- Python安裝教程分享Python
- Python模組安裝Python
- windows + python + dlib 安裝WindowsPython
- 快速安裝python包Python
- ffmpeg安裝(python篇)Python