py-sqlite3 with Python 3.3

Sergei G sergeig.public at gmail.com
Thu Feb 6 20:30:27 UTC 2014


I think sqlite3 is generally included with Python by default since Python
2.5. I don't think it is distributed as a standalone package. So, I am not
sure distutils is applicable in this case.


On Thu, Feb 6, 2014 at 5:54 AM, Daniel Corbe <corbe at corbe.net> wrote:

>
> You could always just bypass ports and install py-sqlite3 with
> distutils.
>
> -Daniel
>
> Sergei G <sergeig.public at gmail.com> writes:
>
> > I have both Python 2.7 and 3.3 on FreeBSD 10 machine.
> >
> > I need to install SQLite3 support for Python 3.3 and I don't know how
> > to do that.
> >
> > I see that py-sqlite3 port compiles by default with Python 2.7. Is
> > there an easy way to compile it for Python 3?  I see no py33-sqlite3
> > port.
> >
> > I tried coping dynamic library file from 2.7 to 3.3 and needless to
> > say it did not work.
> >
> >
> > Thanks
> > _______________________________________________
> > freebsd-questions at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list