Python MySQLdb not importing

前端 未结 7 1746
无人及你
无人及你 2021-01-01 07:34

I have installed mysql server using

$ sudo apt-get install mysql-server

then I installed python-mysqldb using

$ sudo apt-ge         


        
7条回答
  •  抹茶落季
    2021-01-01 08:01

    Why not try installing from the synaptic package manager instead. You could install python-mysqldb-dbg also.

提交回复
热议问题