+ 1
How can I import python-mechanize in python.? I mean I m unable to write a proper program.
2 Answers
+ 3
use python pip. to do this, download pip (you can do this by finding the download in google) make sure to add it to your computers path, and use the pip install command in the command prompt. before using pip install, make sure to download the package you want to install. there are countless websites to download them from including pypi.
0
thank u...!