Hey! So I've installed Please login to see this link. to do some database stuff, I get an error doing
Quoteimport pymongo
It can't find it.
I can import it from the python interpreter quite happily. I tried adding
Quotesys.path.append('C:\\Python26\\lib\\site-packages')
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.
Someone lend me a hand?