This is a follow up to this question. I have installed httplib2 using python setup.py install
the file I did this on was on my Desktop. Now I have to include the installed module in my PYTHONPATH in eclipse, my question is how? I assume it involves finding where httplib2 has been installed and then adding that path, but I have no clue where it has been installed to or how to easily find it.
Update:
I am running the latest version of OSX and eclipse. I am using a build configuration to run it locally, which requires a browser so I can see the page on localhost 8080. At this point I have included site-packages/httplib2-0.8-py2.7.egg
as an folder(because it wouldn't let me include it as an egg) in external libraries. I have restarted eclipse, and my mac, and yet `
ImportError: No module named httplib2