[issue10857] ImportError module attribute

2011-01-07 Thread anatoly techtonik
anatoly techtonik added the comment: Thanks for the pointer. I couldn't find it myself. -- ___ Python tracker ___ ___ Python-bugs-lis

[issue10857] ImportError module attribute

2011-01-07 Thread Brian Curtin
Brian Curtin added the comment: Duplicate of #1559549 -- nosy: +brian.curtin resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> ImportError needs attributes for module and file name ___ Python tracker

[issue10857] ImportError module attribute

2011-01-07 Thread anatoly techtonik
New submission from anatoly techtonik : 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. -- messages: 125656 nosy: techtonik priority: normal s