Re: [web2py] Getting error " No module named facebook.modules.facebook"

2012-04-05 Thread Xiaofeng Tang
Error message is clear: it failed to look up the module. Can u change into the directory and import it on the console? --- on 2012/4/5 22:41:15, Amit wrote: > > > Hi, > I have downloaded and extracted Facebook sdk and trying to use in my > web2py application, I have uploaded facebook.py in my app

[web2py] Getting error " No module named facebook.modules.facebook"

2012-04-05 Thread Amit
Hi, I have downloaded and extracted Facebook sdk and trying to use in my web2py application, I have uploaded facebook.py in my application's Modules and trying to import using the statement "from applications.facebook.modules.facebook import * " in default.py class and when i try to run its g