Re: [Python-Dev] .dll import

2007-04-20 Thread Martin v. Löwis
> /* Temporarily disable .dll, to avoid conflicts between sqlite3.dll > > and the sqlite3 package. If this needs to be reverted for 2.5, > > some other solution for the naming conflict must be found. > > > > This temporary fix seems to have been forgotten. Isn‘t it time it

[Python-Dev] .dll import

2007-04-20 Thread Kristján Valur Jónsson
I was surprised when 2.5 stopped importing our custom modules. So, I found this in dyload_win.c: /* Temporarily disable .dll, to avoid conflicts between sqlite3.dll and the sqlite3 package. If this needs to be reverted for 2.5, some other solution for the naming conflict must be