Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"No module named facebook.djangofb" #73

Open
sebfie opened this issue Jun 20, 2011 · 1 comment
Open

"No module named facebook.djangofb" #73

sebfie opened this issue Jun 20, 2011 · 1 comment

Comments

@sebfie
Copy link

sebfie commented Jun 20, 2011

Hello,

I got this message error and i don't understand what i did wrong.

When i use "import facebook.djangofb" in my console it works but not in my Django project.

Can someone help me?

Thank you

@3dd13
Copy link

3dd13 commented Jan 16, 2012

just want to share how I solve the issue

I saw the same error message as above

ImportError: cannot import name djangofb

and then I tried debug within the python interactive console with verbose mode.
in which I saw that
the console loads my another facebook module (oauth), and then throw out the error

so, I suspect it was because some conflict in library loading.

the error message was gone after delete the sites-package/django-xxx-oauth folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants