Re: [pgAdmin4][Patch]: Properly handle builtins.SERVER_MODE variablewhen SERVER_MODE is not set - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgAdmin4][Patch]: Properly handle builtins.SERVER_MODE variablewhen SERVER_MODE is not set
Date
Msg-id CA+OCxoztVfizfR7zLfOyJAS2o+H8rp1Bjok2izeEXJ=1K-iNag@mail.gmail.com
Whole thread Raw
In response to [pgAdmin4][Patch]: Properly handle builtins.SERVER_MODE variable whenSERVER_MODE is not set  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
Responses Re: [pgAdmin4][Patch]: Properly handle builtins.SERVER_MODE variablewhen SERVER_MODE is not set
List pgadmin-hackers
Hi

I'd already sent a suggested fix for this to Ashesh. I've just pushed that (it updates the WSGI file, not the config file).

On Mon, Sep 18, 2017 at 6:46 AM, Surinder Kumar <surinder.kumar@enterprisedb.com> wrote:

Hi

While configuring pgAdmin4 with Apache mod_wsgi, it fails to run apache server due to python error.

[mod_wsgi (pid=12596): Target WSGI script '/opt/pgadmin4_2/virtualenv/lib/python2.7/site-packages/pgadmin4/pgAdmin4.wsgi' cannot be loaded as Python module.
mod_wsgi (pid=12596): Exception occurred processing WSGI script '/opt/pgadmin4_2/virtualenv/lib/python2.7/site-packages/pgadmin4/pgAdmin4.wsgi'.Traceback (most recent call last):  File "/opt/pgadmin4_2/virtualenv/lib/python2.7/site-packages/pgadmin4/pgAdmin4.wsgi", line 20, in <module>    import config  File "/opt/pgadmin4_2/virtualenv/lib/python2.7/site-packages/pgadmin4/config.py", line 118, in <module>    if builtins.SERVER_MODE is None:AttributeError: 'module' object has no attribute 'SERVER_MODE'

​Reported by: ​
Gabriel Sánchez

Please find an attached patch.

Thanks,
Surinder




--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Ensure builtins.SERVER_MODE is set in the WSGIwrappe
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Properly handle builtins.SERVER_MODE variablewhen SERVER_MODE is not set