[New-bugs-announce] [issue15844] weird import errors

Daniel Swanson report at bugs.python.org
Sun Sep 2 02:53:25 CEST 2012


New submission from Daniel Swanson:

I'm dealing with a bunch of nested folders and my imports have gone crazy. When I try to test one of the lower level scripts that imports one of the higher level one it gives me an error message. But, when I run the top one, (which cascadingly imports just about everything) it doesn't. And now I've got one trying to import something on the same level and it says it doesn't exist!
This happens whenever I try to use folders, because of this, I only have one file of programs.

----------
components: None
messages: 169680
nosy: weirdink13
priority: normal
severity: normal
status: open
title: weird import errors
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15844>
_______________________________________


More information about the New-bugs-announce mailing list