You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello !
the import issue is an old one I have not touched for fear of breaking
someone's code, but at least I should fix the examples, you're right !
I've fixed the download url (missing tag).
Many thanks !
By the way, keep me posted if you need anything.
Best,
Nathan
--
/*
** "What do you despise? By this you are truly known."
** from Manual of Muad'Dib by the Princess Irulan.
*/
On Tue, Mar 27, 2018 at 9:28 PM, MrM40 ***@***.***> wrote:
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)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#28>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA-fUbwUUtvvuWlkOXXXEPv-U6p9UoWvks5tipLUgaJpZM4S9gHY>
.
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)
The text was updated successfully, but these errors were encountered: