I am running into issues installing pandas (or any third-party module). Basically, my python on my windows machine sits on c:\python27\, and pandas is installed in c:\python27\Lib\Site-Packages\pandas
Now, when I try to include pandas in my web2py app, however, I am getting an error saying it can't import it. I am assuming that web2py does not use my local python but its own. How do I get around this issue and either a) have web2py use my local python interpreter and its modules or b) install python directly to my web2py app's module's folder? This is a noob question, sorry, but on windows or any environment I am not sure how to do a installation that's not to the python PATH and in some custom location. Thanks, -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

