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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -