Search Postgresql Archives

Re: postgresql server crash on windows 7 when using plpython

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tuesday, August 23, 2011 11:10:19 pm c k wrote:
> Yes,

> ImportError: No module named site
> ImportError: No module named site
> ImportError: No module named site
> 
> This last line is added every time I call any plpython function. Here is
> the simple plpython function.
> 
> CREATE OR REPLACE FUNCTION software.pyver()
>   RETURNS text AS
> $BODY$
> import sys
> #return sys.version
> return sys.path
> $BODY$
>   LANGUAGE plpythonu VOLATILE
>   COST 100;
> 
> What is the problem?

plpythonu cannot find the Python installation. site is a module imported by 
default by the Python interpreter. When you removed 2.7 you probably also 
removed the PATH entries for Python. So to recap, previously you where running 
plpythonu compiled with 2.6 using a PATH leading to 2.7, hence the crashes. Now 
you have 2.7 out of the way, but no PATH to 2.6.

> 
> 
> Chaitany Kulkarni
>

-- 
Adrian Klaver
adrian.klaver@xxxxxxxxx

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux