Re: Installing psycopg2 for PostGreSQL as django backend using virtualenv

2012-07-15 Thread Doug S
On Saturday, July 14, 2012 9:56:54 PM UTC-4, Doug S wrote: > > Hello django people, > I'm just installing my PostgreSQL backend for my django projects that I > install in isolated virtualenv's > I've followed what seem like easy installation instructions here: > http://initd.org/psycopg/install/

Re: Installing psycopg2 for PostGreSQL as django backend using virtualenv

2012-07-14 Thread Doug S
Ramario, thanks, that was the problem it works like I expected now I'm just getting going with django and virtual env's and really Ubuntu and my thinking was that using sudo would iron out any permission problems if they came up, didn't know that it would change the version of python it was using

Re: Installing psycopg2 for PostGreSQL as django backend using virtualenv

2012-07-14 Thread Doug S
hmmm, OK I didn't know that. I'll try it . . . but I thought I already tried it and got a permission denied error On Saturday, July 14, 2012 10:17:18 PM UTC-4, Ramiro Morales wrote: > > On Sat, Jul 14, 2012 at 10:56 PM, Doug S wrote: > > Hello django people, > > I'm just installing my PostgreS

Re: Installing psycopg2 for PostGreSQL as django backend using virtualenv

2012-07-14 Thread Ramiro Morales
On Sat, Jul 14, 2012 at 10:56 PM, Doug S wrote: > Hello django people, > I'm just installing my PostgreSQL backend for my django projects that I > install in isolated virtualenv's > I've followed what seem like easy installation instructions here: > http://initd.org/psycopg/install/ > I have insta

Re: Installing psycopg2 for PostGreSQL as django backend using virtualenv

2012-07-14 Thread Doug S
OK so I uninstalled the global psycopg2 egg and then reinstalled under my virtualenv It failed to install in my virtualenv but reinstalled in my global python install So, hopefully this is how its supposed to work, but the question is why can't my django installation under my virtualenv import m

Installing psycopg2 for PostGreSQL as django backend using virtualenv

2012-07-14 Thread Doug S
Hello django people, I'm just installing my PostgreSQL backend for my django projects that I install in isolated virtualenv's I've followed what seem like easy installation instructions here: http://initd.org/psycopg/install/ I have installed python-dev, libpq-dev and also postgresql-server-dev-