On Feb 12, 2011, at 6:22 PM, Felipe AP wrote: > > Hi. I'm using the tweepy library, for twitter auth. I import it after > adding its site-packages folder to the sys.path. Last week, I had to > install tweepy to my python2.6. Now it doesnt work anymore. It says > 'ImportError: No module named tweepy'. What to I do?? > > Ps: I'm also getting an '_sqlite3' error import when I use > 'python2.6 ./web2py.py' instead of './web2py.py'.
Try running python2.6 at the command line and see if you can import those things manually. It sounds like your multiple Python installations are getting confused somehow, independent of web2py.

