程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> 工具-搭建服務器 出現錯誤ImportError: this is MySQLdb

工具-搭建服務器 出現錯誤ImportError: this is MySQLdb

編輯:編程綜合問答
搭建服務器 出現錯誤ImportError: this is MySQLdb

在Fedora Core 6 安裝Bigworld服務器工具,在/home/zhu/mf/bigworld/tools/server/install/目錄下輸入./install_tools.py命令,出現錯誤

  • Installing system services

  • Uninstalling existing system service 'bw_stat_logger'

  • Installing package: bw_stat_logger
    Starting stat_logger: [ OK ]

  • Uninstalling existing system service 'bw_message_logger'

  • Installing package: bw_message_logger
    Starting message_logger: [ OK ]

  • Uninstalling existing system service 'bw_web_console'

  • Installing package: bw_web_console
    Starting web_console: Traceback (most recent call last):
    File "./start-web_console.py", line 15, in ?
    import MySQLdb
    File "/home/zhu/mf/bigworld/tools/server/pycommon/redist/mysql_python/MySQLdb/__init__.py", line 22, in ?
    raise ImportError, "this is MySQLdb version %s, but _mysql is version %r" %\
    ImportError: this is MySQLdb version (1, 2, 1, 'final', 2), but _mysql is version (1, 2, 1, 'final', 1)
    [FAILED]
    Check '/var/log/bigworld/web_console.log' for errors
    求大神幫忙解答,謝謝!

最佳回答:


根據你的錯誤,你的Bigworld中MySQLdb的版本比你安裝的mysql版本高,升級一下mysql數據庫

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved