Hey! So I've installed pyMongo to do some database stuff, I get an error doing
It can't find it.import pymongo
I can import it from the python interpreter quite happily. I tried adding
to my Python file because I noticed that easy_install stuck a .egg in there, but I don't really know what easy_install does to install things. :Psys.path.append('C:\\Python26\\lib\\site-packages')
Someone lend me a hand?