The first difficulty I had was that during compilation the python
configuration file couldn't be found. The compilation process was
looking for a file inside (I guess it was)
HomeForPython/configuration/TheFile.so.in
So I installed PG without Python built in. Everything worked. I
created mydb and loaded:
./load-geo-tables mydb (worked fine)
then loaded
psql -f load-data-model.sql mydb
The load-data-model.sql got a bit problematic. It loaded everything up
to homepage.sql and then:
psql:homepage.sql:373: pqReadData() -- backend closed the channel
unexpectedly.
This probably means the backend terminated abnormally
before or while processing the request.
psql:homepage.sql:373: connection to server was lost
Then I commented homepage.sql out and it stoped with the same error at
survey-simple.sql
I looks like it cannot create more than x tables at once....
What is broken???
Is it a problem with Python?
Thanks
Request notifications