Re: Python and sqlite3

2008-09-16 Thread Jason Tishler
On Mon, Sep 15, 2008 at 10:35:07AM -0600, Warren Young wrote: > Warren Young wrote: > >Anyway, I've rebuilt the packages, > > So...did you try them? Yes. > Did they fix the problem? Yes. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B

Re: Python and sqlite3

2008-09-15 Thread Warren Young
Warren Young wrote: Anyway, I've rebuilt the packages, So...did you try them? Did they fix the problem? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Python and sqlite3

2008-09-09 Thread Warren Young
Jason Tishler wrote: Does sqlite3 have a maintainer? Me, sort of. :) I adopted it reluctantly, because I use it on other platforms, and because it looked like no one else was going to do it. This is why I'm not releasing new versions to track upstream. Using it on Cygwin really isn't my

Re: Python and sqlite3

2008-09-09 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason Tishler wrote: > Does sqlite3 have a maintainer? If so, then please release a new > package with the static library included. I don't know; for some reason the package is not listed on the package maintainer list. > This is an easy, short te

Re: Python and sqlite3

2008-09-09 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason Tishler wrote: > I did some more investigation and I still don't see how you were able to > build this module without some kind of workaround. Empirically, I > determined that setup.py is trying to find one of the following files: > > lib

Re: Python and sqlite3

2008-09-09 Thread Jason Tishler
Yaakov, On Tue, Sep 09, 2008 at 09:24:29AM -0400, Jason Tishler wrote: > On Tue, Aug 26, 2008 at 08:04:02PM -0400, Jason Tishler wrote: > > On Fri, Aug 08, 2008 at 05:23:37PM -0500, Yaakov (Cygwin Ports) wrote: > > > Jason Tishler wrote: > > > | Since the following is still open: > > > | > > > |

Re: Python and sqlite3

2008-09-09 Thread Jason Tishler
Yaakov, On Tue, Aug 26, 2008 at 08:04:02PM -0400, Jason Tishler wrote: > On Fri, Aug 08, 2008 at 05:23:37PM -0500, Yaakov (Cygwin Ports) wrote: > > Jason Tishler wrote: > > | Since the following is still open: > > | > > | http://bugs.python.org/issue1706863 > > | > > | I didn't realize that th

Re: Python and sqlite3

2008-08-28 Thread Jason Tishler
Yaakov, On Tue, Aug 26, 2008 at 08:04:42PM -0500, Yaakov (Cygwin Ports) wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > BTW, have you tried python3.0 yet? No, I haven't. Sounds like I should... :,( > I've run into some issues: > > http://bugs.python.org/issue3626 I appreciate

Re: Python and sqlite3

2008-08-26 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 BTW, have you tried python3.0 yet? I've run into some issues: http://bugs.python.org/issue3626 Yaakov -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAki0qCo

Re: Python and sqlite3

2008-08-26 Thread Jason Tishler
[Sorry for the very long response time, but I was on vacation.] On Fri, Aug 08, 2008 at 05:23:37PM -0500, Yaakov (Cygwin Ports) wrote: > Jason Tishler wrote: > | Since the following is still open: > | > | http://bugs.python.org/issue1706863 > | > | I didn't realize that this problem was resolv

Re: Python and sqlite3

2008-08-08 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason Tishler wrote: | Since the following is still open: | | http://bugs.python.org/issue1706863 | | I didn't realize that this problem was resolved in Python 2.5.2. Actually, it was working with 2.5.1 also, so it must have been something else

Re: Python and sqlite3

2008-08-08 Thread Jason Tishler
Yaakov, On Wed, Aug 06, 2008 at 10:50:58AM -0500, Yaakov wrote: > Jason Tishler wrote: > | See the following: > | > | http://www.cygwin.com/ml/cygwin/2007-11/msg00158.html > | > | If someone resolves this problem, then I will release a Cygwin > | Python with sqlite support. > > FYI, I've been

Re: Python and sqlite3

2008-08-06 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason Tishler wrote: | See the following: | | http://www.cygwin.com/ml/cygwin/2007-11/msg00158.html | | If someone resolves this problem, then I will release a Cygwin Python | with sqlite support. FYI, I've been able to build Python 2.5.2 with

Re: Python and sqlite3

2008-08-06 Thread Jason Tishler
Robert, On Wed, Aug 06, 2008 at 10:12:29AM +0200, Robert Latest wrote: > [snip] > sqlite3 itself is, of course, installed. I can use sqlite3.exe to > access databases, it just doesn't seem to work with python. See the following: http://www.cygwin.com/ml/cygwin/2007-11/msg00158.html If someo