From: | Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com> |
---|---|
To: | Dave Page <dpage(at)pgadmin(dot)org> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: [pgAdmin4][Patch]: Properly handle builtins.SERVER_MODE variable when SERVER_MODE is not set |
Date: | 2017-09-18 10:02:27 |
Message-ID: | CAM5-9D-NbUzaSEV26Y0=SBN2Gvcn3yvr6Ankj6Z8G548=2uaYw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi
On Mon, Sep 18, 2017 at 3:05 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> 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).
>
Yes, It's a proper fix.
I have tested with latest git pull and it works.
>
> On Mon, Sep 18, 2017 at 6:46 AM, Surinder Kumar <
> surinder(dot)kumar(at)enterprisedb(dot)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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-09-18 10:40:13 | pgAdmin 4 commit: Support Flask-Security 3.0 |
Previous Message | Murtuza Zabuawala | 2017-09-18 09:54:03 | [pgAdmin4][Patch]: Fix the logic to extract the error in Query tool |