Re: Installing pgAdmin 4 in Runtime Mode (stand alone) in Linux

2018-01-03 Thread Willy-Bas Loos
wow this works. thanks Floris and Victor -- Willy-Bas Loos

Re: Multiple head revisions after git pull (2.0rc1 --> 2.0)

2017-11-03 Thread Willy-Bas Loos
Op 3 nov. 2017 21:00 schreef "Rob Lewis" : All of a sudden this list is generating lots of traffic and I would like to unsubscribe, but I can't find out how to. Please help. A bit of topic, but I think you should go to https://lists.postgresql.org/manage/

Re: Multiple head revisions after git pull (2.0rc1 --> 2.0)

2017-11-03 Thread Willy-Bas Loos
matically. > For more information refer alembic documentation: http://alembic. > zzzcomputing.com/en/latest/branches.html > > -- Murtuza > > > That sounds and looks good and logical but it's not working Whatever i do, i keep getting the same error. I've attached a log, m

Re: Multiple head revisions after git pull (2.0rc1 --> 2.0)

2017-11-03 Thread Willy-Bas Loos
abuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > > On Thu, Nov 2, 2017 at 3:37 PM, Willy-Bas Loos wrote: > >> Just to clarify, this is not a git question >> >> Op 1 nov. 2017 12:19 p.m. schreef "Willy-Bas Loos&

Re: Multiple head revisions after git pull (2.0rc1 --> 2.0)

2017-11-02 Thread Willy-Bas Loos
Just to clarify, this is not a git question Op 1 nov. 2017 12:19 p.m. schreef "Willy-Bas Loos" : > Hi, > > After my stash & pull to upgrade from 2.0rc1 to 2.0, these commands both > end in the error below. > >- ../web$ FLASK_APP=pgAdmin4.py flask db revision &

Multiple head revisions after git pull (2.0rc1 --> 2.0)

2017-11-01 Thread Willy-Bas Loos
specific head, or 'heads' for all heads I use Version: webpack 3.6.0 Any tips? Cheers, -- Willy-Bas Loos

Re: v2.0-rc1 not starting, runtime not building

2017-09-13 Thread Willy-Bas Loos
On Tue, Sep 12, 2017 at 4:33 PM, Willy-Bas Loos wrote: > > > Any ideas considering the runtime trouble with flask? > > > oops, turns out i overlooked that i need to run make too, not just qmake. So i was actually running an old executable. make gives me ld errors. A

Re: v2.0-rc1 not starting, runtime not building

2017-09-12 Thread Willy-Bas Loos
gt; >> import config >> File "/home/wbloos/python-files/pgadmin4/web/config.py", line 30, in >> >> from pgadmin.utils import env, IS_PY2, IS_WIN, fs_short_path >> File "/home/wbloos/python-files/pgadmin4/web/pgadmin/__init__.py", >> line 17, in >> from flask import Flask, abort, request, current_app, session, url_for >> ImportError: No module named flask >> "Failed to launch the application server, server thread exiting." >> >> >> -- >> Willy-Bas Loos >> > > -- Willy-Bas Loos

Re: v2.0-rc1 not starting, runtime not building

2017-09-12 Thread Willy-Bas Loos
Hi thanks for answering. On Tue, Sep 12, 2017 at 12:45 PM, Dave Page wrote: > Hi > > On Tue, Sep 12, 2017 at 11:24 AM, Willy-Bas Loos > wrote: > >> >> I tried entering the web directory and running yarn install, and that's >> where i find the same error a

Re: v2.0-rc1 not starting, runtime not building

2017-09-12 Thread Willy-Bas Loos
or/sqleditor" That's probably the javascript that fails to be generated. On Tue, Sep 12, 2017 at 12:24 PM, Willy-Bas Loos wrote: > Hi, > > I just did a pull from Git and trouble starting pgAdmin4 since. > I am now at commit 512afd66182f463e6ce9515910205dcf0221e58c > This is

v2.0-rc1 not starting, runtime not building

2017-09-12 Thread Willy-Bas Loos
Even though i do have libqt5webkit5-dev installed. Is there any other diagnosis that i can perform for more insight? Cheers, -- Willy-Bas Loos