shadowsocksr-backup / shadowsocksr

Python port of ShadowsocksR
Apache License 2.0
6.12k stars 3.15k forks source link

start the server return errors! #15

Open jeefs opened 6 years ago

jeefs commented 6 years ago

2018-01-11 08:21:15 ERROR db_transfer.py:260 Traceback (most recent call last): File "/root/shadowsocksr/db_transfer.py", line 242, in thread_db rows = db_instance.pull_db_all_user() File "/root/shadowsocksr/db_transfer.py", line 367, in pull_db_all_user import cymysql ImportError: No module named cymysql

how can reslove the problem?

mosluce commented 6 years ago

@jeefs

pip install cymysql 

could fix it

jeefs commented 6 years ago

@mosluce It works fine,thanks