Re: pgadmin4 2.0 not properly starting

2017-11-07 Thread Neel Patel
Hi Mark, Before launching pgAdmin4 application, can you please export PYTHONPATH variable to "/home/markm/.virtualenvs/pgadmin4/bin/python-config", so that application will pick the packages from that path. Below path is reference - You may need to change according to your environment. e.g. expor

values not fitting in query result columns, and some ideas

2017-11-07 Thread Gene Thomas
Hello, Firstly, thanks for pgadmin 4, I have found it useful. 1. However, I would really appreciate, if when displaying query results, the columns were resized to fit the values. I recently spent quite some time being misled because the leading digits in some numbers were cut off because

values not fitting in query result columns, and some ideas

2017-11-07 Thread Gene Thomas
Hello, Firstly, thanks for pgadmin 4, I have found it useful. 1. However, I would really appreciate, if when displaying query results, the columns were resized to fit the values. I recently spent quite some time being misled because the leading digits in some numbers were cut off because

Re: Accessibility Issues with PostgreSQL pgAdmin 1.22.2

2017-11-07 Thread Darren Duncan
Hello Laura, The version of PostgreSQL pgAdmin you evaluated is more than a year out of date and has been replaced by a newer major version. Please go to https://www.pgadmin.org/download/ and evaluate PostgreSQL pgAdmin 4 v2.0 instead to see if that meets your needs. If you have any request

Re: pgadmin4 2.0 not properly starting

2017-11-07 Thread Mark Murawski
Hi Neel, Yes, this is what I have done already. I pasted my process in the previous email. What I did was make a virtualenv for python 3.5, I installed the requirements for python 3.5, and then from the same virtualenv, I built pgadmin4, and then also from the same virtualenv (same shell se

Re: pgadmin4 2.0 not properly starting

2017-11-07 Thread Neel Patel
HI Mark, I can see different version of Python 3.4 & 3.5. Here build is correct but issue is while running pgAdmin4 - it is not able to detect the correct virtualenv packages with python version. Can you make virtualenv of one python version, install requirements and run pgAdmin4 from same virtual

Re: pgadmin4 2.0 not properly starting

2017-11-07 Thread Mark Murawski
Hi Neel, Here you go: source /usr/share/virtualenvwrapper/virtualenvwrapper.sh mkvirtualenv --python=/usr/bin/python3.5 pgadmin4 export PYTHON_CONFIG=/home/markm/.virtualenvs/pgadmin4/bin/python-config workon pgadmin4 pip3 install --upgrade -r requirements.txt $ qmake Project MESSAGE: Building