Please note: This wiki is currently running in test mode after an attack on January 5 2013. All passwords were reset, so you will have to use the password recovery function to get a new password. To edit wiki pages, please log in first. See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list.

Based on Python-ideas thread My objections to implicit package directories by Nick Coghlan and this message from Yuval Greenfield:

I've always had trouble understanding and explaining the complexities and intricacies of python packaging.`

Is there a most basic but comprehensive list of use cases?
standard library
import from a list of paths to be searched.
current project
import from a relative path based on this file's current directory
package bundled with project
import from a relative path based on an anchor directory
virtual-env
import from an alternative lists of paths based on an anchor directory

CodeDiscoveryUseCases (last edited 2012-03-22 05:49:02 by techtonik)