+ 1
How to import in python? it gives me error in python 2.7
3 Réponses
+ 3
Maybe the module is not installed or module name is wrong
+ 1
ya crct.how to install module
+ 1
I'm using python3 so I don't know if this work. You can open cmd then write :
python pip install module_name
or
python -m pip install module_name