zoukankan      html  css  js  c++  java
  • django遇到问题: Python 3 ImportError: No module named 'ConfigParser'

    https://stackoverflow.com/questions/14087598/python-3-importerror-no-module-named-configparser

    I am trying to pip install the MySQL-python package, but I get an ImportError.

    Jans-MacBook-Pro:~ jan$ /Library/Frameworks/Python.framework/Versions/3.3/bin/pip-3.3 install MySQL-python
    Downloading/unpacking MySQL-python
      Running setup.py egg_info for package MySQL-python
        Traceback (most recent call last):
          File "<string>", line 16, in <module>
          File "/var/folders/lf/myf7bjr57_jg7_5c4014bh640000gn/T/pip-build/MySQL-python/setup.py", line 14, in <module>
            from setup_posix import get_config
          File "./setup_posix.py", line 2, in <module>
            from ConfigParser import SafeConfigParser
        ImportError: No module named 'ConfigParser'

    solution:
     
  • 相关阅读:
    灌注和宝石性道法价比分析
    bzoj1912
    bzoj3504
    poj3580
    bzoj1251
    bzoj3223
    bzoj1212
    bzoj3790
    记一次惨痛的比赛
    bzoj2734
  • 原文地址:https://www.cnblogs.com/shamoguzhou/p/15265725.html
Copyright © 2011-2022 走看看