Re: [pgadmin-hackers] Patch for pgAdmin Installer web folder upgrade mode.

2017-04-10 Thread Paresh More
Hello Dave

I have figured out the issue.


For Innosetup we have two downloads available.

1) Normal  (innosetup-5.5.9.exe)
2) Unicode(innosetup-5.5.9-unicode.exe)


The error which mentioned comes only for unicode , for normal its working
fine. I have made changes to installer.iss.in which works now fine for both
the versions. (Normal and Unicode)


Attached is the patch.


 end; <== Added ; and its working fine

until not FindNext(FindRec);






On Mon, Apr 10, 2017 at 3:01 PM, Dave Page <dp...@pgadmin.org> wrote:

> Attached.
>
> On Mon, Apr 10, 2017 at 10:26 AM, Paresh More <
> paresh.m...@enterprisedb.com> wrote:
>
>> Hello Dave,
>>
>> Can you please send me C:\Users\dpage\Documents\pg
>> admin4\pkg\win32\installer.iss file
>>
>> On Mon, Apr 10, 2017 at 2:30 PM, Dave Page <dp...@pgadmin.org> wrote:
>>
>>> Hi
>>>
>>> On Sun, Apr 9, 2017 at 12:56 PM, Paresh More <
>>> paresh.m...@enterprisedb.com> wrote:
>>>
>>>> Hello Dave,
>>>>
>>>> This is regarding issue # 2187 ( Cleaning up web/*  *except*
>>>> config_local.py) through installer. https://redmine.pos
>>>> tgresql.org/issues/2187
>>>>
>>>>
>>>> Now Inno installer would clean up web folder except config_local.py in
>>>> upgrade mode and copy latest web folder in the installed location.
>>>>
>>>> Its working fine now.
>>>>
>>>> Attached is the patch for same.
>>>>
>>>
>>> I get the following error when building:
>>>
>>> Preparing for creation of windows installer...
>>> 1 file(s) copied.
>>> Creating windows installer... using INNO tool
>>> Error on line 111 in 
>>> C:\Users\dpage\Documents\pgadmin4\pkg\win32\installer.iss:
>>> Column 9:
>>> Semicolon (';') expected.
>>> Compile aborted.
>>>
>>> --
>>> Dave Page
>>> Blog: http://pgsnake.blogspot.com
>>> Twitter: @pgsnake
>>>
>>> EnterpriseDB UK: http://www.enterprisedb.com
>>> The Enterprise PostgreSQL Company
>>>
>>
>>
>>
>> --
>>
>> Thanks & Regards
>>
>> *Paresh More*
>>
>> [image: NEW-EDB-logo-4c]
>>
>> Pune, India.
>> Cell :  +919922000564 <+91%2099220%2000564> |  www.enterprisedb.com
>>
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>



-- 

Thanks & Regards

*Paresh More*

[image: NEW-EDB-logo-4c]

Pune, India.
Cell :  +919922000564 |  www.enterprisedb.com


RM#2187_pgAdmin.patch
Description: Binary data

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


Re: [pgadmin-hackers] Patch for pgAdmin Installer web folder upgrade mode.

2017-04-10 Thread Paresh More
Hello Dave,

Can you please send me C:\Users\dpage\Documents\
pgadmin4\pkg\win32\installer.iss file

On Mon, Apr 10, 2017 at 2:30 PM, Dave Page <dp...@pgadmin.org> wrote:

> Hi
>
> On Sun, Apr 9, 2017 at 12:56 PM, Paresh More <paresh.m...@enterprisedb.com
> > wrote:
>
>> Hello Dave,
>>
>> This is regarding issue # 2187 ( Cleaning up web/*  *except*
>> config_local.py) through installer. https://redmine.pos
>> tgresql.org/issues/2187
>>
>>
>> Now Inno installer would clean up web folder except config_local.py in
>> upgrade mode and copy latest web folder in the installed location.
>>
>> Its working fine now.
>>
>> Attached is the patch for same.
>>
>
> I get the following error when building:
>
> Preparing for creation of windows installer...
> 1 file(s) copied.
> Creating windows installer... using INNO tool
> Error on line 111 in C:\Users\dpage\Documents\
> pgadmin4\pkg\win32\installer.iss: Column 9:
> Semicolon (';') expected.
> Compile aborted.
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>



-- 

Thanks & Regards

*Paresh More*

[image: NEW-EDB-logo-4c]

Pune, India.
Cell :  +919922000564 |  www.enterprisedb.com


Re: [pgadmin-hackers] PATCH: pgAdmin4 windows installer

2016-06-08 Thread Paresh More
Hello Dave,

As discuss added vcdist runtime, remove splash screen and added start menu
icon.

Now also inno setup standard and Unicode both version are working fine.



Attached is the updated patch.


On Mon, Jun 6, 2016 at 2:51 PM, Dave Page <dp...@pgadmin.org> wrote:

> Hi,
>
> On Fri, Jun 3, 2016 at 9:30 PM, Paresh More <paresh.m...@enterprisedb.com>
> wrote:
>
>> Hello Dave.
>>
>> There was problem with the Make.bat file ^M characters which is been
>> removed.
>>
>> Issues are fixed along with some code and README tidied
>>
>
> I'm still seeing the same error:
>
> copy "C:\Users\dpage\Documents\pgadmin4\pkg\win32\installer.iss.in"
> "C:\Users\dpage\Documents\pgadmin4\pkg\win32\installer.iss"
> 1 file(s) copied.
> Error on line 113 in
> C:\Users\dpage\Documents\pgadmin4\pkg\win32\installer.iss: Column 3:
> Semicolon (';') expected.
> Compile aborted.
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>



-- 

Thanks & Regards

*Paresh More*

[image: NEW-EDB-logo-4c]

Pune, India.
Cell :  +919922000564 |  www.enterprisedb.com


pgadmin4_window_8_June_2016.patch
Description: Binary data

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


Re: [pgadmin-hackers] PATCH: pgAdmin4 windows installer

2016-06-06 Thread Paresh More
Hello Dave,

Windows batch has problem with file search and replace when it comes to
white spaces. Now the search and replace code is change to python.

So the installer creation issue is resolve.

Attached is the updated patch.


On Mon, Jun 6, 2016 at 2:51 PM, Dave Page <dp...@pgadmin.org> wrote:

> Hi,
>
> On Fri, Jun 3, 2016 at 9:30 PM, Paresh More <paresh.m...@enterprisedb.com>
> wrote:
>
>> Hello Dave.
>>
>> There was problem with the Make.bat file ^M characters which is been
>> removed.
>>
>> Issues are fixed along with some code and README tidied
>>
>
> I'm still seeing the same error:
>
> copy "C:\Users\dpage\Documents\pgadmin4\pkg\win32\installer.iss.in"
> "C:\Users\dpage\Documents\pgadmin4\pkg\win32\installer.iss"
> 1 file(s) copied.
> Error on line 113 in
> C:\Users\dpage\Documents\pgadmin4\pkg\win32\installer.iss: Column 3:
> Semicolon (';') expected.
> Compile aborted.
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>



-- 

Thanks & Regards

*Paresh More*

[image: NEW-EDB-logo-4c]

Pune, India.
Cell :  +919922000564 |  www.enterprisedb.com


pgadmin4_window_6_June_16.patch
Description: Binary data

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


Re: [pgadmin-hackers] PATCH: pgAdmin4 windows installer

2016-06-06 Thread Paresh More
Hello Dave,

Can you please attached the file C:\Users\dpage\Documents\
pgadmin4\pkg\win32\installer.iss



On Mon, Jun 6, 2016 at 2:51 PM, Dave Page <dp...@pgadmin.org> wrote:

> Hi,
>
> On Fri, Jun 3, 2016 at 9:30 PM, Paresh More <paresh.m...@enterprisedb.com>
> wrote:
>
>> Hello Dave.
>>
>> There was problem with the Make.bat file ^M characters which is been
>> removed.
>>
>> Issues are fixed along with some code and README tidied
>>
>
> I'm still seeing the same error:
>
> copy "C:\Users\dpage\Documents\pgadmin4\pkg\win32\installer.iss.in"
> "C:\Users\dpage\Documents\pgadmin4\pkg\win32\installer.iss"
> 1 file(s) copied.
> Error on line 113 in
> C:\Users\dpage\Documents\pgadmin4\pkg\win32\installer.iss: Column 3:
> Semicolon (';') expected.
> Compile aborted.
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>



-- 

Thanks & Regards

*Paresh More*

[image: NEW-EDB-logo-4c]

Pune, India.
Cell :  +919922000564 |  www.enterprisedb.com


Re: [pgadmin-hackers] PATCH: pgAdmin4 windows installer

2016-06-03 Thread Paresh More
Hello Dave.

There was problem with the Make.bat file ^M characters which is been
removed.

Issues are fixed along with some code and README tidied

On Fri, Jun 3, 2016 at 9:59 PM, Dave Page <dp...@pgadmin.org> wrote:

> Hi
>
> On Fri, Jun 3, 2016 at 2:45 PM, Paresh More <paresh.m...@enterprisedb.com>
> wrote:
>
>> Hello Dave
>>
>> Attached is the updated patch for pgAdmin 4 windows
>>
>> - Windows x86 and amd64 check is added, so now on 32 machine if amd64 is
>> selected it would not allow to generate installer.
>> - check is added which will check if any mismatch in QT(msvc) and VC
>> version
>>
>
> Yeah, that is better (e.g. it detected one mismatch), but after I updated
> Qt so I had 5.5 with the msvc2013 and msvc2013_64 kits installed, it would
> still let me try to build a 32 bit package with msvc2013_64.
>
>
>> And all issues which you mentioned are also fixed.
>>
>
> Not entirely:
>
> Error on line 101 in
> C:\Users\dpage\Documents\pgadmin4\pkg\win32\installer.iss: Column 3:
> Semicolon (';') expected.
> Compile aborted.
>
> - A number of tabs have crept back into Make.bat after I replaced them all
>>>> with '' last time.
>>>>
>>>
> I've fixed a few more tabs, and tidied up the README and Make.bat some
> more. Please find attached. I've still yet to get a working installer out.
>
> Thanks.
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>



-- 

Thanks & Regards

*Paresh More*

[image: NEW-EDB-logo-4c]

Pune, India.
Cell :  +919922000564 |  www.enterprisedb.com


pgadmin4_windows_4_June_16.patch
Description: Binary data

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


Re: [pgadmin-hackers] PATCH: pgAdmin4 debian installer

2016-06-02 Thread Paresh More
Hello Dave and Devrim,


Changes are done as per discussed with Sandeep.

There are some python modules which are not available on ubuntu (through
apt-get) which is mentioned in the sheet here , We could find some packages
on web and the URLs of same have been updated in the sheet. For the
packages that are not available, we have to build them on our own.

https://docs.google.com/spreadsheets/d/13CIYR82twj0LIUteFSZR7RE8ZbtUfvCqykXw1wy3gzE/edit#gid=1213443181


Attached is the patch for pgadmin4 debian package.  I have also attached
runtime server patch separately (This is already included in the rpm patch
sent by Sandeep)




On Mon, May 9, 2016 at 6:45 PM, Dave Page <dave.p...@enterprisedb.com>
wrote:

> Hi
>
> Please see my earlier comments regarding the RPM packages - many of them
> apply to this patch as well:
> http://www.postgresql.org/message-id/ca+ocxoxbdt82p75q4cy4fbkznkpbw3yjwpz+wfarbbbsoi3...@mail.gmail.com
>
> By way of additional comment, why does pkg/deb/README include a bunch of
> boiler-plate text that I wrote long ago for the top-level README? It's out
> of date now, and shouldn't be in a packaging README anyway.
>
> Thanks.
>
> On Tue, Apr 26, 2016 at 4:20 PM, Paresh More <paresh.m...@enterprisedb.com
> > wrote:
>
>> Hi Team, Dave,
>>
>> debian package is located @ location
>>
>> pgadmin4-web
>>
>> https://uploads.enterprisedb.com/download.php?file=0196f693811b57088da5ed7396cec284
>>
>> pgadmin4-runtime
>>
>> https://uploads.enterprisedb.com/download.php?file=958528f7c619efa7b483a6d2e0c23cd5
>>
>> Attached herewith are two patches.
>>
>> pgadmin4_debian.patch - This is the main patch that includes
>> Makefile,README,debian scripts
>>
>> It will create two .deb i.e pgadmin4-runtime and pgadmin4-web.
>> The  pgadmin4-runtime depends on web and the web debian depends on the
>> python packages.
>> I have listed some packages which are not available on some systems so
>> that Devrim can build them.
>>
>> The installation path for pgadmin4 is "/usr/pgadmin4/." and
>> pgadmin4-web is the site-packages/pgadmin4-web
>>
>> As per rpm patch (*sandeep mentioned*) below is the comment which
>> applies same for debian.
>>
>> *pgadmin4-server-ini.patch* - This is the patch for runtime/Server.cpp.
>> As said pgadmin4-web and runtime installation directories are different and
>> that means web does not exists in parallel to runtime like in sources.
>>
>> *Sandeep comments*
>>
>> *“I observed that the location of application settings was not defined in*
>> *Server.cpp. As per QSettings doc, the default location on Unix is the*
>> *$HOME/.config//.conf. Here, $HOME depends on the
>> user*
>> *that runs the application. So, I thought why not to define the
>> application*
>> *settings in application directory itself. RPM then knows where to define*
>> *the ApplicationPath. I tested it and it worked fine with me. I haven't
>> done*
>> *this change for platform dependent*
>>
>> *Another change that I did in this file is that, I observed that
>> canonicalPath()*
>> *was not giving the absolute path (by removing the sym link and the*
>> *redundant ".." as per doc). Hence, I used absolutePath() for the
>> paths[i]*
>> *that are relative (../web, etc) and not for the already absolute path
>> (ex.*
>> *ApplicationPath like /usr/lib/python2.7/site-packages/pgadmin4-web)”*
>>
>> What the patch will create ?
>> - It would create deb folder in pkg
>> - It would create Makefile, README and debian scripts
>>
>>
>> --
>>
>> Thanks & Regards
>>
>> *Paresh More*
>>
>> [image: NEW-EDB-logo-4c]
>>
>> Pune, India.
>> Cell :  +919922000564 |  www.enterprisedb.com
>>
>
>
>
> --
> Dave Page
> VP, Chief Architect, Tools & Installers
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>



-- 

Thanks & Regards

*Paresh More*

[image: NEW-EDB-logo-4c]

Pune, India.
Cell :  +919922000564 |  www.enterprisedb.com


pgadmin4_debian_1_June_16.patch
Description: Binary data


pgadmin_server_debian_1_June_16.patch
Description: Binary data

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


Re: [pgadmin-hackers] PATCH: pgAdmin4 windows installer

2016-05-27 Thread Paresh More
Hello Dave,

Make.bat usage is change to

Make.bat x86   // It would generated 32 bit installer
Make.bat adm64 // would generated 64 bit installer
Make.bat clean   // Will cleanup all output it creates in normal mode

Now Make.bat would generated 32/64 installers as per selected.

- Avoids trashing a pre-existing config_local.py, and creates a very simple
one in the staging directory.
DONE

- Various tidy-ups of Make.bat.
Tried to clean up code and added some information to the scripts

- Change the default path to %ProgramFiles%\pgAdmin 4\v (added the
v, as  on it's own looks weird)
DONE - Based on 32 bit or 64 bit it would install accordingly

- Make.bat should take a "clean" parameter, to cleanup all output it
creates in normal mode.
DONE

- The package name in the installer should be set from config.py as the
version is.
DONE

  psycopg2 issue is resolved.

- As far as I can see, the Helpfiles are not built or bundled (talk to
Sandeep about this)
DONE - Helpfiles are added to installer

- No Start Menu icon is created.
DONE

- Why is 3rd_party_licences.txt included? We don't need that.
Removed it is not required

- pkg/win32/installer.iss should be added to a .gitignore file.
DONE

- SplashScreen.bmp doesn't seem to be used (though it is referenced from
the installer config file.
Splashscreen would be now displayed during installation

- Based on 32/64 python27.dll would be shipped

- The Add/Remove Programs entry text should be: "pgAdmin 4 v1", thus
allowing v1.1 to be a bug-fix release, and 2.0 to be the next major version.
DONE

- Any pre-existing pgadmin4.db is being shipped.
DONE

- Any pre-existing *.pyc files are being shipped.
DONE

I have tested on 32 bit machine only and its working fine, for 64 bit all
changes are in place, Make.bat amd64 would generate the desired installers.


Attached is the updated Patch.


On Thu, May 26, 2016 at 7:13 PM, Dave Page <dp...@pgadmin.org> wrote:

> Hi
>
> On Fri, May 20, 2016 at 9:33 AM, Paresh More <paresh.m...@enterprisedb.com
> > wrote:
>
>> Hello Dave.
>>
>> Attached are two patch for pgAdmin4-windows
>>
>> pgAdmin4_createDB.patch
>> - patch for pgAdmin4.py to autocreate database configuration if does not
>> exist.
>> - Now pgadmin.db would be not be bundled with installer, it would be
>> created if pgAdmin4.py is executed for the first time.
>>
>
> This is committed.
>
>
>>
>> *pgAdmin4_windows.patch*
>> - Environment variables once set will over ride the existing script
>> variables.
>> - Issue related to path with quotes are removed.
>> - New Readme.txt is added.
>> - Modified Error reporting.
>> - Python check was missing related to which requirement file it should
>> pick for creating private environment based on python version is also fixed.
>>
>
> Attached is an update to this patch, which modifies the following:
>
> - Avoids trashing a pre-existing config_local.py, and creates a very
> simple one in the staging directory.
>
> - Various tidy-ups of Make.bat.
>
> - Change the default path to %ProgramFiles%\pgAdmin 4\v (added the
> v, as  on it's own looks weird)
>
> Please update further to address the following issues. I need this
> completed ASAP, thanks:
>
> - Make.bat should take a "clean" parameter, to cleanup all output it
> creates in normal mode.
>
> - The package name in the installer should be set from config.py as the
> version is.
>
> - I see the following error:
>
>   error: [Error 183] Cannot create a file when that file already exists:
> 'build\\bdist.win32\\wheel\\importlib-1.0.3.data\\..'
>
>   
>   Failed building wheel for importlib
>
> - And the following error:
>
>   C:\Users\dpage\AppData\Local\Programs\Common\Microsoft\Visual C++ for
> Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO
> /LIBPATH:c:\python27\Libs
> /LIBPATH:c:\users\dpage\documents\pgadmin4\pkg\win32\release\ve_python\libs
> /LIBPATH:c:\users\dpage\documents\pgadmin4\pkg\win32\release\ve_python\PCbuild
> /LIBPATH:c:\users\dpage\documents\pgadmin4\pkg\win32\release\ve_python\PC\VS9.0
> /LIBPATH:C:/PROGRA~1/PG/pg95/lib ws2_32.lib advapi32.lib secur32.lib
> libpq.lib shfolder.lib
> build\temp.win32-2.7\Release\psycopg\psycopgmodule.obj
> build\temp.win32-2.7\Release\psycopg\green.obj
> build\temp.win32-2.7\Release\psycopg\pqpath.obj
> build\temp.win32-2.7\Release\psycopg\utils.obj
> build\temp.win32-2.7\Release\psycopg\bytes_format.obj
> build\temp.win32-2.7\Release\psycopg\connection_int.obj
> build\temp.win32-2.7\Release\psycopg\connection_type.obj
> build\temp.win32-2.7\Release\psycopg\cursor_int.obj
> build\temp.win32-2.7\Release\psycopg\cursor_type.obj
> buil

Re: [pgadmin-hackers] Patch for pgAdmin4 package on Mac OS X

2016-05-17 Thread Paresh More
t;> >>
>> > Yeah, because I had libpq.dylib present in $PGDIR/ and may be yours
>> present
>> > in $PGDIR/lib/. I will be using the default values suggested by you and
>> fix
>> > this. Thanks!
>>
>> Right - please make sure the build fails in cases like this too.
>>
>> Thanks.
>>
>> >> ...
>> >> cp: /usr/local/pgsql/libpq.5.dylib: No such file or directory
>> >> libpq.5.dylib not found in /usr/local/pgsql
>> >> Completing app: /Users/dpage/git/pgadmin4/pgAdmin4.app
>> >> ...
>> >>
>> >> ...
>> >> App: pgAdmin4.app: Post-processing: .//Contents/MacOS/pgAdmin4
>> >> App: pgAdmin4.app: Adding symlink: QtWebKitWidgets (because of:
>> >> .//Contents/MacOS/pgAdmin4)
>> >> cp:
>> >>
>> @rpath/QtWebKitWidgets.framework/Versions/5/../../../QtWebKitWidgets.framework:
>> >> No such file or directory
>> >> chmod:
>> >>
>> Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets:
>> >> No such file or directory
>> >> Rewriting ID in
>> >>
>> Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets
>> >> to QtWebKitWidgets
>> >> error:
>> >>
>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool:
>> >> can't open file:
>> >>
>> Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets
>> >> (No such file or directory)
>> >> Cleaning up
>> >> ...
>> >>
>> >>
>> >> On Mon, Apr 18, 2016 at 1:25 PM, Sandeep Thakkar
>> >> <sandeep.thak...@enterprisedb.com> wrote:
>> >> > Hi Team, Dave,
>> >> >
>> >> > Attached herewith are two patches.
>> >> >
>> >> > pgadmin4-mac-bundle.patch - This includes scripts to build Mac app
>> >> > bundle
>> >> > and DMG for pgAdmin4. This is the tree of the generated app bundle:
>> >> >
>> >> > 
>> >> > $ find pgAdmin4.app/ -maxdepth 3 -type d
>> >> > pgAdmin4.app/
>> >> > pgAdmin4.app//ContentspgAdmin4.app//Contents/Frameworks
>> >> > pgAdmin4.app//Contents/Frameworks/Python.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtCore.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtDBus.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtGui.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtMultimedia.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtMultimediaWidgets.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtNetwork.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtOpenGL.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtPositioning.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtPrintSupport.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtQml.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtQuick.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtSensors.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtSql.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtWebChannel.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtWebKit.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtWebKitWidgets.framework
>> >> > pgAdmin4.app//Contents/Frameworks/QtWidgets.framework
>> >> > pgAdmin4.app//Contents/MacOS
>> >> > pgAdmin4.app//Contents/PlugIns
>> >> > pgAdmin4.app//Contents/PlugIns/platforms
>> >> > pgAdmin4.app//Contents/Resources
>> >> > pgAdmin4.app//Contents/Resources/venv
>> >> > pgAdmin4.app//Contents/Resources/web
>> >> > ---
>> >> >
>> >> > pgadmin4-fixpath-mac.patch - This is for runtime/Server.cpp to fix
>> the
>> >> > path
>> >> > where the runtime looks for web application path in app bundle.
>> >> >
>> >> >
>> >> > Kindly review and suggest the changes required.  Thanks.
>> >> >
>> >> > --
>> >> > Sandeep Thakkar
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> Dave Page
>> >> Blog: http://pgsnake.blogspot.com
>> >> Twitter: @pgsnake
>> >>
>> >> EnterpriseDB UK: http://www.enterprisedb.com
>> >> The Enterprise PostgreSQL Company
>> >
>> >
>> >
>> >
>> > --
>> > Sandeep Thakkar
>> >
>>
>>
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>
>
>
> --
> Sandeep Thakkar
>
>


-- 

Thanks & Regards

*Paresh More*

[image: NEW-EDB-logo-4c]

Pune, India.
Cell :  +919922000564 |  www.enterprisedb.com


pgAdmin4_autocreateDB.patch
Description: Binary data

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


Re: [pgadmin-hackers] PATCH: pgAdmin4 windows installer

2016-03-25 Thread Paresh More
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.m...@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*
>
> [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