Search Postgresql Archives

Re: Can't install plpython on Windows 8.0

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

 



> I just tried using createlang to install plpython into a database on my
> Windows 8.0 installation and continue to receive the error below. The file
> plpython.dll is in exactly the location specified below as well. What
> exactly am I doing wrong here?
>
> createlang -e -U postgres plpythonu junk
> Password:
> SELECT oid FROM pg_language WHERE lanname = 'plpythonu';
> SELECT oid FROM pg_proc WHERE proname = 'plpython_call_handler' AND
> prorettype =
>  'pg_catalog.language_handler'::regtype AND pronargs = 0;
> CREATE FUNCTION "plpython_call_handler" () RETURNS language_handler AS
> '$libdir/
> plpython' LANGUAGE C;
> CREATE LANGUAGE "plpythonu" HANDLER "plpython_call_handler";
> createlang: language installation failed: ERROR:  could not load library
> "C:/Pro
> gram Files/PostgreSQL/8.0/lib/plpython.dll": dynamic load error

Actually I just tried createlang with all of the pls(except plpgsql which is
already installed). All of them fail with the same error.

Steve



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your
      message can get through to the mailing list cleanly

[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