Skip to content

No module named 'social_auth' on social/utils.py #306

@ghost

Description

When i trying to user Facebook backend the following error appears

Exception Value: No module named 'social_auth'
Exception Location: /home/vyscond/tartarus/partyup/env-partyup/lib/python3.4/site-packages/social/utils.py in import_module, line 16

so i've debbuged with a print function

def import_module(name):
    print(name)
    __import__(name)
    return sys.modules[name]

the return is

social.backends.google
social.backends.twitter
social_auth.backends.facebook

so why the backend for facebook is different?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions