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
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
>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