Issue10857
Created on 2011-01-07 16:26 by techtonik, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg125656 - (view) | Author: anatoly techtonik (techtonik) | Date: 2011-01-07 16:26 | |
Need ImportError.module attribute to get the name of failed import. Right now it requires parsing ImportError.args that is presented in form "('No module named zqwer',)" that is not pythonic.
|
|||
| msg125658 - (view) | Author: Brian Curtin (brian.curtin) * ![]() |
Date: 2011-01-07 16:28 | |
Duplicate of #1559549 |
|||
| msg125659 - (view) | Author: anatoly techtonik (techtonik) | Date: 2011-01-07 17:04 | |
Thanks for the pointer. I couldn't find it myself. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:11 | admin | set | github: 55066 |
| 2011-01-07 17:04:22 | techtonik | set | nosy:
techtonik, brian.curtin messages: + msg125659 |
| 2011-01-07 16:28:22 | brian.curtin | set | status: open -> closed superseder: ImportError needs attributes for module and file name nosy:
+ brian.curtin |
| 2011-01-07 16:26:23 | techtonik | create | |
