Modulok gmail.com> writes:
>
> List,
>
> I'm *guessing* this is more of FreeBSD problem than a python one, so I'll
ask
> on this list. I'm trying to import sqlite3 in python3.2 on FreeBSD
> 8.1-RELEASE and ran
> into trouble:
>
> $ python3.2
> ...
> >>> import sqlite3
> Traceb
On 04/01/12 06:00, Modulok wrote:
List,
I'm *guessing* this is more of FreeBSD problem than a python one, so I'll ask
on this list. I'm trying to import sqlite3 in python3.2 on FreeBSD
8.1-RELEASE and ran
into trouble:
$ python3.2
...
>>> import sqlite3
Traceback (most rece
List,
I'm *guessing* this is more of FreeBSD problem than a python one, so I'll ask
on this list. I'm trying to import sqlite3 in python3.2 on FreeBSD
8.1-RELEASE and ran
into trouble:
$ python3.2
...
>>> import sqlite3
Traceback (most recent call last):
File "", line 1, in