Displaying 3 results from an estimated 3 matches for "pygresql".
Did you mean:
posgresql
2017 Apr 19
2
Voicemail asking for login
...output in there to try and determine at which point of
> that process it's failing. But I'm no good at coding in that
> language, so will have to defer to others to help.
I guess that's my next stop. Luckily I have kept my C skills somewhat
active as the chief maintainer for PyGreSQL. :-)
--
D'Arcy J.M. Cain
Vybe Networks Inc.
http://www.VybeNetworks.com/
IM:darcy at Vex.Net VoIP: sip:darcy at VybeNetworks.com
2017 Apr 19
2
Voicemail asking for login
On 2017-04-18 08:17 PM, Pete Mundy wrote:
>> On 19/04/2017, at 7:58 am, D'Arcy Cain <darcy at VybeNetworks.com
>> <mailto:darcy at VybeNetworks.com>> wrote:
>>
>> <snip>
>> Everything looks the same as another one that works except for two
>> things. The one that works doesn't have the "Probation passed" lines.
>> I am
2008 Dec 15
3
Problems compiling PostgreSQL package from FC8 on CentOS 5
...RPMTESTING=1 all
popd
PYTHON=/usr/bin/python
python_version=`${PYTHON} -c "import sys; print sys.version[:3]"`
python_prefix=`${PYTHON} -c "import sys; print sys.prefix"`
python_includespec="-I${python_prefix}/include/python${python_version}"
pushd PyGreSQL
gcc $CFLAGS -fpic -shared -o _pgmodule.so ${python_includespec}
-I../src/interfaces/libpq -I../src/include -L../src/interfaces/libpq
-lpq pgmodule.c
popd
pushd Pgtcl
# pgtcl's configure only handles one include directory :-(
./configure --prefix=/usr \
--libdir=/usr/lib...