[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 rep...@bugs.python.org
http://bugs.python.org/issue15844
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15844] weird import errors

2012-09-08 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +ezio.melotti
status: pending - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15844
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15844] weird import errors

2012-09-08 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
status: open - pending

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15844
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15844] weird import errors

2012-09-02 Thread Brett Cannon

Changes by Brett Cannon br...@python.org:


--
status: open - pending

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15844
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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 rep...@bugs.python.org
http://bugs.python.org/issue15844
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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!

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15844
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue15844
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com