Re: Trouble installing py-sqlite3 port for python3.x

2013-06-17 Thread Aeyos
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

Re: Trouble installing py-sqlite3 port for python3.x

2012-03-31 Thread Da Rock
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

Trouble installing py-sqlite3 port for python3.x

2012-03-31 Thread Modulok
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