[Python-Dev] from ...sys import path (original) (raw)
Jewett, Jim J jim.jewett at eds.com
Sun Apr 4 19:30:01 EDT 2004
- Previous message: [Python-Dev] FuncAttrs or funcattrs or func_attrs
- Next message: [Python-Dev] from ...sys import path
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
What is wrong with
from ...sys import path?
There are several CVS notes about reordering startup so that users can point to a custom sys or os.
...sys
Sure looks like a request for a custom sys. Whether to raise ImportError or use the default sys when the custom version isn't there ... I'm not sure.
The PEP should decide though, since this will probably happen with common addons. (Ensure that I have some PIL.)
-jJ
- Previous message: [Python-Dev] FuncAttrs or funcattrs or func_attrs
- Next message: [Python-Dev] from ...sys import path
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]