python - how to import mysqldb -
i have installed mysqldb through .exe(precompiled). stored in site-packages. don't know how test, accessable or not. , major problem how import in application import mysqldb. me new techie in python want work existing mysql. in advance...
just open cmd/console, type python
, press enter
, type import mysqldb
, press enter
again.
if no error shown, you're ok!
Comments
Post a Comment