Re: [Python-Dev] Database import problems

2005-02-01 Thread Guido van Rossum
On Tue, 01 Feb 2005 10:32:43 -0500, Steve Holden <[EMAIL PROTECTED]> wrote: > I wonder if there is a developer with MySQL or sqlite and the > appropriate Python interface module who can help me to understand a > problem I'm experiencing trying to use PEP 302-style import hooks. [...] I sent Steve

[Python-Dev] Database import problems

2005-02-01 Thread Steve Holden
I wonder if there is a developer with MySQL or sqlite and the appropriate Python interface module who can help me to understand a problem I'm experiencing trying to use PEP 302-style import hooks. Basically I suspect we've either got an import bug or (more likely IMHO) a documentation bug, but