Problem installing PyGresql in Python 1.5.2-2 on RH 5.0
Oleg Broytmann
phd at emerald.netskate.ru
Sun Sep 12 07:07:36 EDT 1999
On Sun, 12 Sep 1999, Felix Thibault wrote:
> I copied pgmodule.c into my config directory (that is:/usr/local/lib/python1.5/config/) and added a line to Setup, but when I did 'make Makefile.pre.in', judging from
> the output and 'ps' in another virtual terminal 'make do-it-again' (from Makefile.pre.in) just kept making itself over and over. I tried just make'ing the Makefile after I
> killed it, but that looped, too. I tried a couple of other things but I always had to kill it while it was making 'do-it-again'?
> I think I installed Tkinter the same way (except I only had to uncomment the lines in Setup, they were already there) without a similiar problem.
>
> Does this sound familiar to anyone?
> (the line I added to Setup is : _pg pgmodule.c -I/usr/include/pgsql -L/usr/lib -lpq )
After adding the line do "cd ..; make" - just make, not make Makefile.pre.in.
> Thanks in advance-
> Felix
Oleg.
----
Oleg Broytmann Netskate/Inter.Net.Ru phd at emerald.netskate.ru
Programmers don't die, they just GOSUB without RETURN.
More information about the Python-list
mailing list