This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jbrearley
Recipients gvanrossum, jbrearley
Date 2021-01-14.16:21:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3A3994B9E73F42CFA01283D754DCADCD@JRB3>
In-reply-to <1610640190.11.0.600315352255.issue42928@roundup.psfhosted.org>
Content
Hi Guido: So the Adafruit CircuitPython forum has already said they aren't really sure this is their issue or not, see: https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15/issues/66

What else would I need to do to get this looked at by people knowledgeable in importlib.import_module?

Regards, John Brearley
613-259-5622 (Home)

From: Guido van Rossum 
Sent: 2021-01-14 11:03 AM
To: brearley@bell.net 
Subject: [issue42928] adafruit_ads1x15.ads1115 not comaptible with globals()[pkg_trunc] = importlib.import_module(pkg_trunc)

Guido van Rossum <guido@python.org> added the comment:

Sorry, this is not a help forum. Please try a user forum. Probably you have to find one with people using the Adafruit modules (and CircuitPython?).

----------
nosy: +gvanrossum
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue42928>
_______________________________________
History
Date User Action Args
2021-01-14 16:21:23jbrearleysetrecipients: + jbrearley, gvanrossum
2021-01-14 16:21:23jbrearleylinkissue42928 messages
2021-01-14 16:21:23jbrearleycreate