python - Cannot include lib to IDE -
i include mysqldb or mysql python-project. ide - spyder anaconda.
i downloaded mysql lib, when write help("modules") in prompt see lib in list. when check c:\python27\lib\site-packages see mysql, mysql-python.
but nevertheless when write import mysql or import mysqldb not work , returns modulenotfounderror: no module named 'mysql/mysqldb'.. change system variables path , pythonpath according this not either.
so why not work, how implement lib project?
thank in advance!
Comments
Post a Comment