Skip to content

module 'twisted.cred.credentials' has no attribute 'IPluggableAuthenticationModules' #239

@bwiseice13

Description

@bwiseice13

when I followed the procedure in https://github.com/desaster/kippo/wiki/Running-Kippo
I have this problem

Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/application/app.py", line 674, in run
runApp(config)
File "/usr/lib/python3/dist-packages/twisted/scripts/twistd.py", line 25, in runApp
runner.run()
File "/usr/lib/python3/dist-packages/twisted/application/app.py", line 381, in run
self.application = self.createOrGetApplication()
File "/usr/lib/python3/dist-packages/twisted/application/app.py", line 453, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- ---
File "/usr/lib/python3/dist-packages/twisted/application/app.py", line 464, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/usr/lib/python3/dist-packages/twisted/application/service.py", line 416, in loadApplication
application = sob.loadValueFromFile(filename, 'application')
File "/usr/lib/python3/dist-packages/twisted/persisted/sob.py", line 177, in loadValueFromFile
eval(codeObj, d, d)
File "kippo.tac", line 22, in
from kippo.core.auth import auth
File "/home/kippo/kippo/kippo/core/auth.py", line 103, in
class HoneypotPasswordChecker:
File "/home/kippo/kippo/kippo/core/auth.py", line 105, in HoneypotPasswordChecker
credentials.IPluggableAuthenticationModules)
builtins.AttributeError: module 'twisted.cred.credentials' has no attribute 'IPluggableAuthenticationModules'

Failed to load application: module 'twisted.cred.credentials' has no attribute 'IPluggableAuthenticationModules'

Please help me!! #

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