Re: Error on django program with django-socialregistration....

2011-03-21 Thread Nge Nge
Hi Calvin How can I install the facebook python library to my project? Thanks Nge On Mar 21, 6:45 am, Calvin Spealman wrote: > Do you possibly have a module or package in your project named "facebook"? > One of the requirements for django-socialauth is the facebook python

Re: Error on django program with django-socialregistration....

2011-03-21 Thread Nge Nge
On Mar 21, 6:45 am, Calvin Spealman wrote: > Do you possibly have a module or package in your project named "facebook"? > One of the requirements for django-socialauth is the facebook python > library, but if you have another module by the same name, that could be >

Re: Error on django program with django-socialregistration....

2011-03-21 Thread Nge Nge
Hi Vikalp, Now I already install Python-SDK in my Python Path. But I got this error. If possible, please guide me in details how should I do. Thanks Nge On Mar 21, 7:09 am, vikalp sahni wrote: > https://github.com/facebook/python-sdk > > You have to use this.  As the

Re: Error on django program with django-socialregistration....

2011-03-21 Thread vikalp sahni
https://github.com/facebook/python-sdk You have to use this. As the method giving error is implemented on Facebook Python-SDK. Regards //Vikalp On Mon, Mar 21, 2011 at 4:15 PM, Calvin Spealman wrote: > Do you possibly have a module or package in your project named

Re: Error on django program with django-socialregistration....

2011-03-21 Thread Calvin Spealman
Do you possibly have a module or package in your project named "facebook"? One of the requirements for django-socialauth is the facebook python library, but if you have another module by the same name, that could be imported instead. On Mon, Mar 21, 2011 at 4:23 AM, Nge Nge