Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ajQdr-0002rQ-41 for pgadmin-hackers@arkaria.postgresql.org; Fri, 25 Mar 2016 12:15:03 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1ajQdq-0005pT-Mc for pgadmin-hackers@arkaria.postgresql.org; Fri, 25 Mar 2016 12:15:02 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ajQdd-0005Zi-2R for pgadmin-hackers@postgresql.org; Fri, 25 Mar 2016 12:14:49 +0000 Received: from mail-ig0-x232.google.com ([2607:f8b0:4001:c05::232]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1ajQdV-0000jZ-Qe for pgadmin-hackers@postgresql.org; Fri, 25 Mar 2016 12:14:47 +0000 Received: by mail-ig0-x232.google.com with SMTP id ig19so12324145igb.0 for ; Fri, 25 Mar 2016 05:14:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=j7u2WX8qyOvu19cRiCSH5h61UaHJaC4XzZbCcO/H6kc=; b=GRUC/kKhDYcJmVes8gPjfjcLBeRRHQ/tSySGOlS54loOv1XX6rE/rPBPuXw0FVdhWD vgubiyfzJYMKGi+nT93RibXXB0guor5LYJkIYKWqLSPE8i46PkNhFh4o3bgHmUAkyisM GpOH0eWuG6Zqea2roK2RqMO5GtCH6Xs+nnk4d2hB+mJ47+XwPoNpdE5+txHYZQ9C1+T4 X+2qpD0klYx6fBlaLIAnzenxSPrjAJ+kjIpeS9a9Q4igJe6IZ+J7jh//f5VNcbFpMjDx kpk+VQ8fySXZjCaKOk1iBb1npWN6ACOj2Odq4Vcf31edGpC0zh/cu0lwDt7Ey/9DG2yk V3XQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=j7u2WX8qyOvu19cRiCSH5h61UaHJaC4XzZbCcO/H6kc=; b=XWClvFijv4ansHVnu0U9JHnFB2ETZ3WopLjIQ4qXcoLkT0dTK5WFylRGy+X4OoQTFg y3+6lKhVVhQ0naw463yxq4Ua99Wl+vmksthLA3dVAP8WPPJFms0Xn9T+/D6CBz0kFzGT nd2OASYoy0w1gZ98eXwkO4MeGRBZnAye6Vv6sJ7lgAkYCa+fKHURc7pP8NhL7ALACGUO z9sf1Hzb8YfDO4lNCslDt7dS7q9Cc54TYFGxgIojgz7odu1PGrPea6e0W7bK3Qy9Odb3 v0+xpk9/gWGCld9E/jlhmjhElx3Y4KI/OSoSGdJUtP+XslwW4iEud7R8+INHDQHbKlhN +F6A== X-Gm-Message-State: AD7BkJL+T6CN/ZEKgkdEI3CUMmJ+glY4PxP5NoFVVNyc3nI5VKoUmCy8tA5MDnGsUyaYFTUSF5qxeUJ3ARAB+q0J MIME-Version: 1.0 X-Received: by 10.50.60.9 with SMTP id d9mr37082081igr.54.1458908080248; Fri, 25 Mar 2016 05:14:40 -0700 (PDT) Received: by 10.107.57.69 with HTTP; Fri, 25 Mar 2016 05:14:40 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Mar 2016 17:44:40 +0530 Message-ID: Subject: Re: PATCH: pgAdmin4 windows installer From: Paresh More To: pgadmin-hackers@postgresql.org Cc: Sandeep Thakkar , Hamid Quddus Content-Type: multipart/alternative; boundary=047d7b10c835e28a61052ede813a X-Pg-Spam-Score: -2.2 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --047d7b10c835e28a61052ede813a Content-Type: text/plain; charset=UTF-8 Hello Team, This is regarding pgAdmin4 windows 32 bit installer (runtime mode) using python 2.7 What the patch will create ? -It would create a folder as pkg/win32 -It would create Make.bat,installer.iss, and Resource folder inside pkg/win32 folder What Make.bat would generate -It would create private environment and install all the dependencies(requirements_py2.txt) inside the environment. -It would then compile the runtime source code using QT(5.5.1) and VC2013 -It would bundle the pgadmin binary file and required dependencies such as QT, python(2.7) using INNO setup tool and generate the windows 32 bit installer (pgadmin4-runtime.exe) in pkg/win32/Release folder. The pgadmin4-runtime.exe is a single file installer for installing pgAdmin4 runtime mode on windows 32 bit machine. On Fri, Mar 25, 2016 at 5:10 PM, Paresh More wrote: > Hello Team, > > Attached is the patch which will create windows 32 installer for pgAdmin4 > (runtime mode) for python 2.7 version. > > This installer code has problem with psycopg2(2.5.2 version) for windows > > As discussed with Ashesh Vashi, I have changed to point to 2.6.1 version > and now the installer is working fine. > > So it would now generate windows 32 bit installer using psycopg2 (2.6.1 > version) > > Kindly please review and let me know if any changes required. > > Please also suggest whether we should go with 2.5.2(psycopg2) or with the > latest version. > > -- > > Thanks & Regards > > *Paresh More* > > [image: NEW-EDB-logo-4c] > > Pune, India. > Cell : +919922000564 | www.enterprisedb.com > -- Thanks & Regards *Paresh More* [image: NEW-EDB-logo-4c] Pune, India. Cell : +919922000564 | www.enterprisedb.com --047d7b10c835e28a61052ede813a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello Team,
This is regarding pgAdmin4 windows 32 bit = installer (runtime mode) using python 2.7

What the= patch will create ?
-It would create a folder as pkg/win32
=
-It would create Make.bat,installer.iss, and Resource folder =C2=A0ins= ide pkg/win32 folder

What Make.bat would generate= =C2=A0
-It would create private environment and install all the d= ependencies(requirements_py2.txt) inside the environment.
-It wou= ld then compile the runtime source code using QT(5.5.1) and VC2013=C2=A0
-It would bundle the pgadmin binary file and required dependencies = such as QT, python(2.7) using INNO setup tool and generate the windows 32 b= it installer (pgadmin4-runtime.exe) in pkg/win32/Release folder.
=
The=C2=A0pgadmin4-runtime.exe is a single file installer for= installing=C2=A0pgAdmin4 runtime mode on windows 32 bit machine.


= On Fri, Mar 25, 2016 at 5:10 PM, Paresh More <paresh.more@ente= rprisedb.com> wrote:
Hello Team,

Attached is the patch which will = create windows 32 installer for pgAdmin4 (runtime mode) for python 2.7 vers= ion.

This installer code has problem with psycopg2= (2.5.2 version) for windows

As discussed with Ashe= sh Vashi, I have changed to point to 2.6.1 version and now the installer is= working fine.

So it would now generate windows 32= bit installer using psycopg2 (2.6.1 version)

Kind= ly please review and let me know if any changes required.

Please also suggest whether we should go with 2.5.2(psycopg2) or wi= th the latest version.
=

--

Thanks & Regards

Paresh More

3D=

Pune, India.

Cell : =C2=A0+919922000564 | =C2=A0www.e= nterprisedb.com



--

Thanks & Regards

Paresh More

3D"NEW-EDB-log=

Pune, India.

Cell : =C2=A0+919922000564 | =C2=A0www.e= nterprisedb.com
--047d7b10c835e28a61052ede813a--