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

2012-04-05 Thread Amit
Thanks for pointing to the actual problem, I put facebook.py into the application's modules folder and import the path has resolved the problem. Regards, Amit On Thursday, 5 April 2012 20:48:10 UTC+5:30, Anthony wrote: > > If you put the module in the application's /modules folder, you don't nee

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

2012-04-05 Thread Anthony
If you put the module in the application's /modules folder, you don't need to specify the full path -- just do: from facebook import * However, I think there may be in issue with the custom importer that results in an ImportError if there is any error in the module being imported (perhaps it i