Re: [pgadmin-support] Building runtime-only pgAdmin4

2017-03-30 Thread Rich Shepard
On Thu, 30 Mar 2017, Dave Page wrote: Why are you trying to build by hand? It's really not expected that end-users do that; it should only be packagers and developers who have to do it that way. While SlackBuilds.org has a working build script for pgadmin3 no one has undertaken the task of p

Re: [pgadmin-support] Building runtime-only pgAdmin4

2017-03-29 Thread Rich Shepard
On Wed, 29 Mar 2017, Rich Shepard wrote: Now on to the config file. Copied the config_local.py from the README to that filename in /opt/pgAdmin4/web/. Then cd'd to /opt/pgAdmin4/runtime/ and ran qmake. Despite having python3-3.6.0 and Qt5-5.5.1 installed, and all the require

Re: [pgadmin-support] Building runtime-only pgAdmin4

2017-03-29 Thread Rich Shepard
On Wed, 29 Mar 2017, Rich Shepard wrote: Within that environment I ran pip3 as in step 4, but since installation of many of the tools requires root privileges I ran [root@salmo ~]# pip install -r /opt/pgadmin4-1.3/requirements.txt. This failed because it was looking for python-2.x rather than 3

Re: [pgadmin-support] Building runtime-only pgAdmin4

2017-03-29 Thread Rich Shepard
On Thu, 30 Mar 2017, Ashesh Vashi wrote: Within that environment I ran pip3 as in step 4, but since installation of ... Please try pip3 (on some system, for python 3, it uses pip3). Ashesh, Please see above line in original message. Rich -- Sent via pgadmin-support mailing list (pgadm

Re: [pgadmin-support] Building runtime-only pgAdmin4

2017-03-29 Thread Rich Shepard
On Wed, 29 Mar 2017, marcelo wrote: Please, tell the list the new building process results. I cannot follow it without errors and strange errors. Marcelo, One question I had asked a while ago has been anwered: one needs to install the python web framework, flask, and SQLAlchemy even if the

Re: [pgadmin-support] Building runtime-only pgAdmin4

2017-03-29 Thread Rich Shepard
On Wed, 29 Mar 2017, Rich Shepard wrote: I'll go to the web site and try again. Downloaded the 1.3 tarball and the README file is 310 lines long. I'm sure the required information is in there. Thanks, Dave, Rich -- Sent via pgadmin-support mailing list (pgadmin-support@post

Re: [pgadmin-support] Building runtime-only pgAdmin4

2017-03-29 Thread Rich Shepard
On Wed, 29 Mar 2017, Dave Page wrote: There's a large section entitled: "Configuring the Python Environment", followed by another one describing how to configure the two parts to work together. Dave, OK. The README I downloaded with pgAdmin-4.1.1 is 84 lines long, separated into four sectio

Re: [pgadmin-support] Building runtime-only pgAdmin4

2017-03-29 Thread Rich Shepard
On Wed, 29 Mar 2017, Dave Page wrote: What about the Python parts? Dave, Other than Python-2.6 or more recent I don't see other python parts in the README. Installed here are: python-2.7.13 python-dateutil python3-3.6.0 python3-PyQt5-5.6 python3-sip-4.18 Please show me what I'm missing.

Re: [pgadmin-support] Building runtime-only pgAdmin4

2017-03-29 Thread Rich Shepard
On Wed, 29 Mar 2017, Dave Page wrote: Have you followed the instructions in the README? Dave, Yes. in the section titled, Building. "To build the runtime, the following packages must be installed: - QT 4.6 or above (older versions may work, but haven't been tested). - Python 2.6 or above.

[pgadmin-support] Building runtime-only pgAdmin4

2017-03-29 Thread Rich Shepard
I want to build pgAdmin4 runtime only; no browser interface, but ... When I built the executable following the directions for the runtime version and invoked pgAdmin4 it displays a dialog box asking for the python and application paths: $ pgAdmin4 Python path: "/usr/bin/python2" Python Ho

[pgadmin-support] pgAdmin4 runtime error: linux

2017-03-10 Thread Rich Shepard
Built pgAdmin4 following the README runtime instructions and copied pgAdmin4 and pgAdmin4.py to /usr/local/bin. When invoked the splash screen displays and is immediately overlaid with an error message: "An error occurred initializing the application server: Failed to launch the application

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

2017-03-10 Thread Rich Shepard
On Tue, 31 Jan 2017, Dan Davis wrote: 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. Dan, Getting back to building pgAdmin4. In

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

2017-02-01 Thread Rich Shepard
On Tue, 31 Jan 2017, Dan Davis wrote: 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. Dan, I stopped reading the installation in

[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-