Re: Using SQLite3 with python 2.5 beta

2006-06-23 Thread Fredrik Lundh
Harold Shore wrote: > I do have SQLite3 installed on my system, but after doing a > plain vanilla compilation of the the 2.5 beta and trying > the SQLite code given in the release notes I get the message > "NameError: name 'sqlite3' is not defined". > > I wonder what the requirement means that

Re: Using SQLite3 with python 2.5 beta

2006-06-22 Thread Tim Heaney
Harold Shore <[EMAIL PROTECTED]> writes: > From the release notes I read that > > "If you're compiling the Python source yourself, note that > the source tree doesn't include the SQLite code, only the > wrapper module. You'll need to have the SQLite libraries > and headers installed before comp

Using SQLite3 with python 2.5 beta

2006-06-22 Thread Harold Shore
>From the release notes I read that "If you're compiling the Python source yourself, note that the source tree doesn't include the SQLite code, only the wrapper module. You'll need to have the SQLite libraries and headers installed before compiling Python, and the build process will compile th