Re: [pgadmin-support] How to clean off all python stuff

From: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
To: marcelo <marcelo(dot)nicolet(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin-support] How to clean off all python stuff
Date: 2017-03-06 11:42:10
Message-ID: CACCA4P3JusaXpcW8j3Vwt0JfztX3jMEzNDv4LC6RrbAHLxSgmg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

Hi,

Always loop pgadmin-hackers while replying email thread.

Can you please share the errors while running application ?

Thanks,
Neel Patel

On Mon, Mar 6, 2017 at 2:06 PM, marcelo <marcelo(dot)nicolet(at)gmail(dot)com> wrote:

> Hi
>
> Of course I read the README, and followed it until these indications
> (pint 6)
>
> (pgadmin4) $ python $PGADMIN4_SRC/web/setup.py
>
> or by starting pgAdmin 4:
>
> (pgadmin4) $ python $PGADMIN4_SRC/web/pgAdmin4.py
>
> at line ~ 150 of the file.
>
> And was there where the build/setup process crushed, because some obscure
> errors on Flask installation.
>
> Could I edit some cpp modules and cut off all the python crap?
>
> TIA
>
> On 06/03/17 00:34, Neel Patel wrote:
>
> Hi Marcelo,
>
> To run the pgAdmin4 as desktop application, you need to build 'runtime'
> located at PGADMIN_SOURCE/runtime.
> How to build the runtime - Please refer 'Building the Runtime' section in
> 'README file under PGADMIN_SOURCE.
>
> Let us know if you are finding difficulties in building runtime.
>
> Thanks,
> Neel Patel
>
> On Mon, Mar 6, 2017 at 4:00 AM, marcelo <marcelo(dot)nicolet(at)gmail(dot)com> wrote:
>
>> Hi
>> Nice effort done on pgAdmin4.
>> I can compile it from source (for Lubuntu 15.04), but cannot execute it
>> because of flask and some other python hell. (I don't like nor use python,
>> except when it's embedded in some app I need).
>> Cannot install flask because some error on pip.
>> I don't need a web version; some polite desktop is enough for me.
>> Could someone give me some guidelines regarding which modules to edit to
>> compile it exclusively as desktop for Linux?
>> TIA
>> Marcelo
>>
>>
>> --
>> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgadmin-support
>>
>
>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-06 11:53:01 Re: [pgadmin-support] How to clean off all python stuff
Previous Message Dave Page 2017-03-06 10:42:18 Re: [patch] Shows titles for disabled buttons on hover

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2017-03-06 11:53:01 Re: [pgadmin-support] How to clean off all python stuff
Previous Message Neel Patel 2017-03-06 03:34:40 Re: How to clean off all python stuff