Re: [pgadmin-support] 4th Try: pgadmin4 install, launch fail

2017-01-31 Thread Dave Page
On Tue, Jan 31, 2017 at 12:39 AM, stancs3 wrote: > > If I launch via: > > /usr/lib/python3.5/site-packages/pgadmin4-web/pgAdmin4.py > > it launches the web app, and says to got to localhost:5050. This works. > > > If I launch via the Desktop app launcher, it sends the command: > > /usr/pgadmin4-v1

[pgadmin-support] Desktop application don't look well in Windows 10.

2017-01-31 Thread Javier Osvaldo Chércoles
Hi, I'm a new user in PostgreSQL. On last days I installed PostgreSQL 9.6, twice. When I try run pgAdmin 4, I can see as must the main screen. Sorry if this not is the way to ask help. Thank you. Javier Chércoles -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To

Re: [pgadmin-support] Desktop application don't look well in Windows 10.

2017-01-31 Thread Dave Page
On Tue, Jan 31, 2017 at 1:25 PM, Javier Osvaldo Chércoles wrote: > Hi, I'm a new user in PostgreSQL. On last days I installed PostgreSQL 9.6, > twice. When I try run pgAdmin 4, I can see as must the main screen. Please see https://www.pgadmin.org/faq.php#6 > Sorry if this not is the way to ask h

[pgadmin-support] Building pgadmin4-1.1: Python3 virtual wrapper

2017-01-31 Thread Rich Shepard
Running Slackware-14.1/32-bit on the server with python-2.7.13 and python3-3.5.2. As root I try to install the virtual environment and wrapper. The former is installed; the latter not: # pip3 install virtualenv virtualenv-wrapper Collecting virtualenv Downloading virtualenv-15.1.0-py2.py3-

Re: [pgadmin-support] 4th Try: pgadmin4 install, launch fail

2017-01-31 Thread stancs3
Attached is the desktop launcher copied from /usr/share/applications/. This was created from the install. Error resulting: "An error occurred initialising the application server: Failed to locate pgAdmin5.py, terminating server thread." This does not give you much further info. I can provide m

Re: [pgadmin-support] Building pgadmin4-1.1: Python3 virtual wrapper

2017-01-31 Thread Dan Davis
Rich, I've been successful installing it into a virtualenv, without using virtualenv-wrapper. I create the virtualenv, using -p to select the python of my choice (Python 3), and then pip install from the saved wheel. My success though is on a platform that would have supported virtualenv-wrapper