Skip to main content
deleted 49 characters in body
Source Link
Renan
  • 17.4k
  • 8
  • 76
  • 92

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??

I am trying to install pysqlite using pip under a virtualenv in FreeBSD 7.3
  Python version 2.6.2
  I didnt have any issues for installing other packages like Django, PIL etc.
All of them i installed after activating virtualenv only.
  But i get a huge error for pip install sqlite.
  Heres the tail of the error

My doubt is, If there is a sqlite devel package for FreeBSD (which i am not able to find in the net)?
Or the issue is something else??

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 installed after activating virtualenv only. But I get a huge error for pip install sqlite. Here's the tail of the error

If there is a sqlite devel package for FreeBSD, where can I find it? Or the issue is something else??

edited tags
Link
added 2 characters in body
Source Link

I am trying to install pysqlite using pip under a virtualenv in FreeBSD 7.3
Python version 2.6.2
I didnt have any issues for installing other packages like Django, PIL etc.
All of them i installed after activating virtualenv only.
But i get a huge error for pip install sqlite.
Heres athe tail of the error

I am trying to install pysqlite using pip under a virtualenv in FreeBSD 7.3
Python version 2.6.2
I didnt have any issues for installing other packages like Django, PIL etc.
All of them i installed after activating virtualenv only.
But i get a huge error for pip install sqlite.
Heres a tail of the error

I am trying to install pysqlite using pip under a virtualenv in FreeBSD 7.3
Python version 2.6.2
I didnt have any issues for installing other packages like Django, PIL etc.
All of them i installed after activating virtualenv only.
But i get a huge error for pip install sqlite.
Heres the tail of the error

Source Link
Loading