I am trying to install pysqlite using pip under a virtualenv in FreeBSD 7.3
, with
Python version 2.6.2
.
I didntdidn't have any issues for installing other packages like Django, PIL etc.
All All of them iI installed after activating virtualenv only.
But iI get a huge error for pip install sqlite.
HeresHere's the tail of the error
My doubt is, If there is a sqlite devel package for FreeBSD (which i am not able to, where can I find in the net)it?
Or Or the issue is something else??