Date: Tue, 24 May 2011 06:41:25 -0400 From: Maxim Khitrov <max@mxcrypt.com> To: Odhiambo Washington <odhiambo@gmail.com> Cc: questions <questions@freebsd.org> Subject: Re: Enable Sqlite3 module in python Message-ID: <BANLkTi=iT-6v6Bi4umpd844Dyp-Vq7ka6w@mail.gmail.com> In-Reply-To: <BANLkTi=wNA9b2dj%2BCbuX1BUk2e1NVjTK4A@mail.gmail.com> References: <BANLkTi=wNA9b2dj%2BCbuX1BUk2e1NVjTK4A@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 24, 2011 at 4:21 AM, Odhiambo Washington <odhiambo@gmail.com> w= rote: > Hello members, > > I am on FreeBSD 8.2-STABLE and I am running with python2.7. However I hav= e a > problem: > > mail# python2.7 -c 'import sqlite3' > > Traceback (most recent call last): > =C2=A0File "<string>", line 1, in <module> > =C2=A0File "/usr/local/lib/python2.7/ > sqlite3/__init__.py", line 24, in <module> > =C2=A0 =C2=A0from dbapi2 import * > =C2=A0File "/usr/local/lib/python2.7/sqlite3/dbapi2.py", line 27, in <mod= ule> > =C2=A0 =C2=A0from _sqlite3 import * > ImportError: No module named _sqlite3 > > > How do I enable the sqlite3 module in python2.7 Install databases/py-sqlite3. The python installation shows the following message when it is finished: =3D=3D=3D=3D Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. =3D=3D=3D=3D - Max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTi=iT-6v6Bi4umpd844Dyp-Vq7ka6w>