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 ArthurGoldberg
Recipients ArthurGoldberg
Date 2019-05-05.23:35:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557099309.88.0.0800567814981.issue36808@roundup.psfhosted.org>
In-reply-to
Content
I'm attempting to better understand an
    ImportError: cannot import name '<Class>'
error by reading the cpython source. But I cannot find this error in the source. The closest I find is in cpython/Python/ceval.c, lines 5060 & 5068, but they both say:
    cannot import name %R from %R (*)
and my message doesn't include the 'from ...'.

I'm using:
Python 3.6.5 (default, Sep 14 2018, 14:56:31) 
[GCC 7.3.0] on linux

Thanks, Arthur
History
Date User Action Args
2019-05-05 23:35:09ArthurGoldbergsetrecipients: + ArthurGoldberg
2019-05-05 23:35:09ArthurGoldbergsetmessageid: <1557099309.88.0.0800567814981.issue36808@roundup.psfhosted.org>
2019-05-05 23:35:09ArthurGoldberglinkissue36808 messages
2019-05-05 23:35:09ArthurGoldbergcreate