Re: How to build psycopg2 for Windows

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: Dan Davis <dansmood(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: How to build psycopg2 for Windows
Date: 2021-10-04 22:40:52
Message-ID: CA+mi_8aj316i3KEZJGsKg-gykKSZ8Qc9j7PjwurqwL0ZL3b1GQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 5 Oct 2021 at 00:30, Dan Davis <dansmood(at)gmail(dot)com> wrote:
>
> Can anyone give me a solution to build psycopg2 statically on Windows?

You can follow what Appveyor does, which is the CI that builds
psycopg2 packages.

- this is the setup
https://github.com/psycopg/psycopg2/blob/master/.appveyor/packages.yml
- this is the script it calls into:
https://github.com/psycopg/psycopg2/blob/master/scripts/build/appveyor.py

You can use the ML at psycopg(at)postgres(dot)org for further questions.

-- Daniele

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dan Davis 2021-10-04 22:57:25 Re: How to build psycopg2 for Windows
Previous Message Dan Davis 2021-10-04 22:29:46 How to build psycopg2 for Windows