On Jun 16, 5:15 pm, Gerhard Häring <[EMAIL PROTECTED]> wrote:
> milan_sanremo wrote:
> > I have sqlite installed, but when I try to importsqlite3I receive:
>
> > Python 2.5.1 (r251:54863, Nov 3 2007, 02:54:36) [C] on sunos5
> > Type "help", "copyright", "credits" or "license" for more information.
milan_sanremo wrote:
> I have sqlite installed, but when I try to import sqlite3 I receive:
>
> Python 2.5.1 (r251:54863, Nov 3 2007, 02:54:36) [C] on sunos5
> Type "help", "copyright", "credits" or "license" for more information.
import sqlite3
> Traceback (most recent call last):
> File
On Jun 17, 12:59 am, milan_sanremo <[EMAIL PROTECTED]> wrote:
> I have sqlite installed, but when I try to import sqlite3 I receive:
>
> Python 2.5.1 (r251:54863, Nov 3 2007, 02:54:36) [C] on sunos5
> Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
>
> Tra
I have sqlite installed, but when I try to import sqlite3 I receive:
Python 2.5.1 (r251:54863, Nov 3 2007, 02:54:36) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
Traceback (most recent call last):
File "", line 1, in
ImportError: No mo