[issue3619] A more informative message for ImportError

2009-04-01 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Closing as won't fix as this assumes that path information is applicable to all importers which is not correct. -- resolution: - wont fix status: open - closed ___ Python tracker

[issue3619] A more informative message for ImportError

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - brett.cannon nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3619 ___

[issue3619] A more informative message for ImportError

2008-08-20 Thread Kent Tenney
New submission from Kent Tenney [EMAIL PROTECTED]: from foo import bar ImportError: cannot import name bar The error may be due to the wrong 'foo' being found, some investigation is required. If the the ImportError message included the filename for 'foo', the problem would be obvious.

[issue3619] A more informative message for ImportError

2008-08-20 Thread Benjamin Peterson
Changes by Benjamin Peterson [EMAIL PROTECTED]: -- components: +Interpreter Core -None priority: - low versions: +Python 3.1 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3619 ___