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

AttributeError: 'module' object has no attribute 'interfaces' #28

Open
MrM40 opened this issue Mar 27, 2018 · 1 comment
Open

AttributeError: 'module' object has no attribute 'interfaces' #28

MrM40 opened this issue Mar 27, 2018 · 1 comment

Comments

@MrM40
Copy link

MrM40 commented Mar 27, 2018

It could be my environment, but I get this error when using the example code:
import debinterface
adapters = debinterface.Interfaces().adapters

Work around:
from debinterface.interfaces import Interfaces
adapters = Interfaces().adapters

Also a thread on stackoverflow about this issue (not mine):
https://stackoverflow.com/questions/27513101/python-attributeerror-module-object-has-no-attribute-interfaces

A minor thing, the download URL on the following page i broken:
https://pypi.python.org/pypi/debinterface

I'm using Debian 9 (stretch)

@nMustaki
Copy link
Owner

nMustaki commented Mar 28, 2018 via email

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