Re: PATCH: pgAdmin4 windows installer - Mailing list pgadmin-hackers

From Paresh More
Subject Re: PATCH: pgAdmin4 windows installer
Date
Msg-id CAAgiCNHvkVb125RpRc5BfyeSNv-VTZc3u+-ctVbDiCDQ5ceUDg@mail.gmail.com
Whole thread Raw
In response to PATCH: pgAdmin4 windows installer  (Paresh More <paresh.more@enterprisedb.com>)
List pgadmin-hackers
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 <paresh.more@enterprisedb.com> 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

NEW-EDB-logo-4c

Pune, India.

Cell :  +919922000564 |  www.enterprisedb.com



--

Thanks & Regards

Paresh More

NEW-EDB-logo-4c

Pune, India.

Cell :  +919922000564 |  www.enterprisedb.com

pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: PATCH: Fixed select2 control template [pgAdmin4]
Next
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4] [Patch]: Grant Wizard