Re: Need help with the installation of psycopg2 module in a python virtual env - Mailing list psycopg

From Daniele Varrazzo
Subject Re: Need help with the installation of psycopg2 module in a python virtual env
Date
Msg-id CA+mi_8Y+uWZmcRdFn=onYvDiiHnLnqzHzmT2nO0OVMxyxi3FPQ@mail.gmail.com
Whole thread Raw
In response to Re: Need help with the installation of psycopg2 module in a python virtual env  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Responses Re: Need help with the installation of psycopg2 module in a python virtual env  ("Vamsi Krishna Reddy -T (vamsredd - TATA CONSULTANCY SERVICES LIMITED at Cisco)" <vamsredd@cisco.com>)
List psycopg
On Sun, Apr 19, 2015 at 9:56 AM, Daniele Varrazzo
<daniele.varrazzo@gmail.com> wrote:

> It seems that your "gcc" command is a wrapper calling into "gcc.orig".
> I suspect there's a bug in that wrapper messing up with the quotes.

Further evidence here:

http://diswww.mit.edu/menelaus.mit.edu/kerberos/32575

There's also a hint about how to fix the problem: if arguments are
forwarded using $* in the wrapper, they should be forwarded with "$@"
(with the quotes) instead.

-- Daniele


psycopg by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Re: Need help with the installation of psycopg2 module in a python virtual env
Next
From: "Vamsi Krishna Reddy -T (vamsredd - TATA CONSULTANCY SERVICES LIMITED at Cisco)"
Date:
Subject: Re: Need help with the installation of psycopg2 module in a python virtual env