How to install Python module without setup.py?
I'm new to Python and am trying to install this module: http://www.catonmat.net/blog/python-library-for-google-search/ There is no setup.py in the directory, but there are these files: BeautifulSoup.py browser.pyc __init__.pyc sponsoredlinks.py BeautifulSoup.pyc googlesets.py search.py translate.py browser.py __init__.py search.pyc Can someone please tell me how to setup or use this module? Thanks! The simplest way to begin using that code on your system is: put the files into a directory on your machine, add that directory's path to your PYTHONPATH Step 2 can be accomplished from the Python