[issue15844] weird import errors

2012-09-21 Thread Ezio Melotti
Ezio Melotti added the comment: Closing for lack of reproducible test case. -- resolution: -> invalid stage: -> committed/rejected status: pending -> closed ___ Python tracker

[issue15844] weird import errors

2012-09-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue15844] weird import errors

2012-09-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue15844] weird import errors

2012-09-02 Thread Brett Cannon
Changes by Brett Cannon : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue15844] weird import errors

2012-09-01 Thread Benjamin Peterson
Benjamin Peterson added the comment: Please provide a reproducable test case. -- nosy: +benjamin.peterson ___ Python tracker ___ ___ P

[issue15844] weird import errors

2012-09-01 Thread Daniel Swanson
Daniel Swanson added the comment: correcting self. >>> And now I've got one trying to import something on the same level and it >>> says it doesn't exist! Should have been: And now I've got the top one importing one that's importing one on the same level and saying it doesn't exist! -

[issue15844] weird import errors

2012-09-01 Thread Daniel Swanson
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 a