Hi
I successfully compiled pgAdmin, but any run fails with error
[pavel@nemesis runtime]$ ./pgAdmin4
Traceback (most recent call last):
File "/home/pavel/src/pgadmin4/web/pgAdmin4.py", line 24, in
from pgadmin import create_app
File "/home/pavel/src/pgadmin4/web/pgadmin/__init__.py", lin
Hi Pavel,
On Thu, May 26, 2016 at 1:08 PM, Pavel Stehule
wrote:
> Hi
>
> I successfully compiled pgAdmin, but any run fails with error
>
Please install the required dependencies for pgAdmin4 by running the
following command:
pip3 install -r requirements_py3.txt
FYI -
* We (pgadmin team) use vi
2016-05-26 9:45 GMT+02:00 Ashesh Vashi :
> Hi Pavel,
>
> On Thu, May 26, 2016 at 1:08 PM, Pavel Stehule
> wrote:
>
>> Hi
>>
>> I successfully compiled pgAdmin, but any run fails with error
>>
> Please install the required dependencies for pgAdmin4 by running the
> following command:
>
> pip3 inst
Hi Pavel,
Can you please export PYTHONPATH variable before running pgAdmin4 binary.
PYTHONPATH variable path is your path where you have installed flask and
other pgadmin4 dependencies.
e.g. export
PYTHONPATH=/home/user/workspace/pgAdmin4/lib/python3.4/site-packages/
Do let us know for any quer
2016-05-26 12:37 GMT+02:00 Neel Patel :
> Hi Pavel,
>
> Can you please export PYTHONPATH variable before running pgAdmin4 binary.
>
> PYTHONPATH variable path is your path where you have installed flask and
> other pgadmin4 dependencies.
>
> e.g. export
> PYTHONPATH=/home/user/workspace/pgAdmin4/l