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
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
2 matches
Mail list logo