This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author weirdink13
Recipients weirdink13
Date 2012-09-02.00:53:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346547205.78.0.590339633235.issue15844@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-09-02 00:53:25weirdink13setrecipients: + weirdink13
2012-09-02 00:53:25weirdink13setmessageid: <1346547205.78.0.590339633235.issue15844@psf.upfronthosting.co.za>
2012-09-02 00:53:25weirdink13linkissue15844 messages
2012-09-02 00:53:23weirdink13create