Oh sorry - I forgot there's a change in the required dependencies for Python (so you should roll back your changes). When I'm back in the office tomorrow, I'll see if I can roll you a custom build. Please remind me if I forget!
Thanks. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.enterprisedb.com The Enterprise PostgreSQL Company > On 4 Dec 2016, at 04:41, Andreas <maps...@gmx.net> wrote: > >> Am 03.12.2016 um 05:06 schrieb Dave Page: >>> On Sat, Dec 3, 2016 at 2:44 AM, Andreas <maps...@gmx.net> wrote: >>> Am 03.12.2016 um 03:13 schrieb Dave Page: > >>> Where can I get the 1.2? >>> An editor without search&replace is a wee bit suboptimal. >> >> It's not out yet, but you can get the code from the GIT repo >> (https://git.postgresql.org/gitweb/?p=pgadmin4.git). You should be >> able to just replace the web/ directory in your installation with web/ >> from the repo, as long as you keep the config*.py files. Backup >> everything first though, in case it goes wrong. > > Sorry to bother you, but I'm stuck. > > I'm no fit with git and what to in detail but I managed to git clone pgadmin4 > to a Linux VM. > git clone git://git.postgresql.org/git/pgadmin4.git > > Then moved the web-folder to the place where it is in the PG-Tree on my > windows box. > > When I start pgAdmin4 now, I get an error: > An error occured initialising the application server: > Failed to launch the application server, server thread exiting. > > Then a dialog appears and asks for Python Path and Application Path. > I entered the paths acording the README as: > > f:\programme\PostgreSQL\9.6\pgAdmin > 4\venv\Lib\site-packages;f:\programme\PostgreSQL\9.6\pgAdmin > 4\venv\Lib;f:\programme\PostgreSQL\9.6\pgAdmin > 4\venv\Lib\lib-tk;f:\programme\PostgreSQL\9.6\pgAdmin 4\venv\DLLs > > f:\programme\PostgreSQL\9.6\pgAdmin 4\web\ > > No luck :( > > > >> It's on the TODO list, yes. > > Btw. The editor in pgAdmin3 has the option to show SQL keywords in capital > letters. Is this on the wishlist allready?