Re: python package missing _sqlite3.dll in /usr/lib/python2.5/sqlite3

2008-11-25 Thread Jason Tishler
Warren, On Tue, Nov 25, 2008 at 01:41:08AM -0700, Warren Young wrote: > Jason Tishler wrote: > >>I thought this was fixed 2 months ago: > > > >It was -- see the following thread for the details: > > Okay, so what am I missing? I assume Tim isn't making the error > report up. Why is he having tr

Re: python package missing _sqlite3.dll in /usr/lib/python2.5/sqlite3

2008-11-25 Thread Warren Young
Jason Tishler wrote: I thought this was fixed 2 months ago: It was -- see the following thread for the details: Okay, so what am I missing? I assume Tim isn't making the error report up. Why is he having trouble if this is fixed? It'd be best if Python and SQLite can remain separate W

Re: python package missing _sqlite3.dll in /usr/lib/python2.5/sqlite3

2008-11-24 Thread Jason Tishler
On Thu, Nov 20, 2008 at 11:52:33AM -0700, Warren Young wrote: > Tim Hoel wrote: > >But when I did "import sqlite3", I > >got the following error: > > > > ImportError: No module named _sqlite3 > > I thought this was fixed 2 months ago: > > http://cygwin.com/ml/cygwin/2008-08/msg00156.htm

Re: python package missing _sqlite3.dll in /usr/lib/python2.5/sqlite3

2008-11-20 Thread Warren Young
Tim Hoel wrote: But when I did "import sqlite3", I got the following error: ImportError: No module named _sqlite3 I thought this was fixed 2 months ago: http://cygwin.com/ml/cygwin/2008-08/msg00156.html Cygwin's Python currently links to SQLite statically, but from that thread,

python package missing _sqlite3.dll in /usr/lib/python2.5/sqlite3

2008-11-20 Thread Tim Hoel
Using cygwin setup, I installed python (2.5.1) and sqlite3 (3.6.2-1). Each of these work great on cygwin separately, and now I wanted to write a python program that used sqlite3. But when I did "import sqlite3", I got the following error: ImportError: No module named _sqlite3 I have bee