Tagged Questions
1
vote
3answers
464 views
pysqlite install error on FreeBSD in virtualenv
I am trying to install pysqlite using pip under a virtualenv in FreeBSD 7.3, with
Python version 2.6.2.
I didn't have any issues for installing other packages like Django, PIL etc. All of them I ...