so heres an interesting problem.
I'm working on ubuntu 14.04 and trying to use pymongo. I've got both python and mongo installed and working AND pymongo installed. Here's the issue
if I were to run a program with import pymongo in it such as
python test.py
the result would be "no module named pymongo"
however, if I were to run
chmod +x test.py
./test.py
everything works. any ideas whats going on? thanks for the help