Re: pgadmin4 2.0 not properly starting

2017-11-15 Thread Mark Murawski
Hi Neel, I've completely removed python3.4 from my system: markm {~} root# dpkg -l | grep python3.4 markm {~} root# There's nothing related to python 3.4 in my environment (pgadmin4) markm {~/download/pgadmin4/runtime} markm$ export | grep 3.4 (pgadmin4) markm {~/download/pgadmin4/runtime} mar

Re: pgadmin4 2.0 not properly starting

2017-11-14 Thread Mark Murawski
The instructions you've provided don't solve the issue: here's my process. walnut {~} kobaz$ cat /tmp/scrollback-kobaz-wm6r walnut {~} markm$ ssh -X markm markm@markm's password: Linux markm 4.9.7 #1 SMP PREEMPT Wed Feb 1 11:01:52 EST 2017 x86_64 You have mail. Last login: Tue Nov 14 13:37:45 2

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

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

Re: pgadmin4 2.0 not properly starting

2017-11-06 Thread Neel Patel
Hi Mark, You have to use same python version while building and running pgAdmin4 application. If you want to compile pgAdmin4 runtime application with Python 3.4 then export "PYTHON_CONFIG" variable so that application will use python 3.4 while compiling. Hope you have used python 3.4 while creat

pgadmin4 2.0 not properly starting

2017-11-06 Thread Mark Murawski
Hi, Checkout master8b543a58 Python 2.7 Pgadmin4 draws an initial window and then goes no further. Attached screenshot. There's no log file output. And only this from the main process: $ runtime/pgAdmin4 Python path: "/home/markm/.virtualenvs/pgadmin4/lib/python3.4