[Python-Dev] Proposal: expose PEP 302 facilities via 'imp' and 'pkgutil' (original) (raw)
Phillip J. Eby pje at telecommunity.com
Wed Apr 12 18:58:29 CEST 2006
- Previous message: [Python-Dev] Proposal: expose PEP 302 facilities via 'imp' and 'pkgutil'
- Next message: [Python-Dev] Proposal: expose PEP 302 facilities via 'imp' and 'pkgutil'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 08:39 PM 4/12/2006 +1000, Nick Coghlan wrote:
In this particular case, it would be a Python module "imp.py" that included the line "from imp import *" (where imp is the current C-only module with a different name).
I don't think that's going to work, since importing won't work until _imp itself is imported... :)
- Previous message: [Python-Dev] Proposal: expose PEP 302 facilities via 'imp' and 'pkgutil'
- Next message: [Python-Dev] Proposal: expose PEP 302 facilities via 'imp' and 'pkgutil'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]