Re: unable to Launch PgAdmin

2020-04-14 Thread Aditya Toshniwal
This doesn't seem to be a pgAdmin issue. You're system is having the problem - https://www.threesl.com/blog/fixi-api-ms-win-crt-runtime-l1-1-0-dll-missing-error-install/ On Wed, Apr 15, 2020 at 8:59 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Wed, Apr 15, 2020 at 1:34 AM

Re: Export Error

2020-04-14 Thread Khushboo Vashi
Hi, On Tue, Apr 14, 2020 at 10:39 PM Michael Benjamin < michaelbenja...@advancedneuralbio.com> wrote: > Haven’t heard back on this yet. > > 2020-04-07 15:08:44,503: ERROR flask.app: expected str, bytes or > os.PathLike object, not NoneType > Traceback (most recent call last): > File "/Library/Pos

Re: unable to Launch PgAdmin

2020-04-14 Thread Khushboo Vashi
On Wed, Apr 15, 2020 at 1:34 AM Ram Sharan wrote: > Dear, > > Unable to launch Pgadmin. > sharing the screenshot of Error showing. Kindly Solve ASAP. > > Which pgAdmin 4 version have you installed ? > Regard, >

Re: Proposal: Drop support for Internet Explorer

2020-04-14 Thread Dave Page
On Tue, 14 Apr 2020 at 18:51, Darren Duncan wrote: > You have a typo `elif browser != 'chrom'` but otherwise I see no problems > with > the patch, thank you. -- Darren Duncan Well spotted. That was an intentional testing artefact (deliberating causing Chrome to not be recognised), but Akshay al

unable to Launch PgAdmin

2020-04-14 Thread Ram Sharan
Dear, Unable to launch Pgadmin. sharing the screenshot of Error showing. Kindly Solve ASAP. Regard,

Re: Proposal: Drop support for Internet Explorer

2020-04-14 Thread Darren Duncan
You have a typo `elif browser != 'chrom'` but otherwise I see no problems with the patch, thank you. -- Darren Duncan On 2020-04-14 7:46 a.m., Dave Page wrote: Ooops. Thanks for catching that. Here it is. On Tue, Apr 14, 2020 at 3:45 PM Neel Patel > wrote:

Re: Export Error

2020-04-14 Thread Michael Benjamin
Haven’t heard back on this yet. 2020-04-07 15:08:44,503: ERROR flask.app: expected str, bytes or os.PathLike object, not NoneType Traceback (most recent call last): File "/Library/PostgreSQL/12/pgAdmin 4.app/Contents/Resources/web/pgadmin/tools/import_export/__init__.py", line 323, in create_im

Re: Proposal: Drop support for Internet Explorer

2020-04-14 Thread Akshay Joshi
Thanks, patch applied. On Tue, Apr 14, 2020 at 8:17 PM Dave Page wrote: > Ooops. Thanks for catching that. Here it is. > > On Tue, Apr 14, 2020 at 3:45 PM Neel Patel > wrote: > >> Hi Dave, >> >> Looks like patch is missing in attachment. >> >> Thanks, >> Neel Patel >> >> >> On Tue 14 Apr, 2020,

Re: Proposal: Drop support for Internet Explorer

2020-04-14 Thread Dave Page
Ooops. Thanks for catching that. Here it is. On Tue, Apr 14, 2020 at 3:45 PM Neel Patel wrote: > Hi Dave, > > Looks like patch is missing in attachment. > > Thanks, > Neel Patel > > > On Tue 14 Apr, 2020, 6:53 PM Dave Page, wrote: > >> Here's an updated patch that gives a slightly different mes

Re: Proposal: Drop support for Internet Explorer

2020-04-14 Thread Neel Patel
Hi Dave, Looks like patch is missing in attachment. Thanks, Neel Patel On Tue 14 Apr, 2020, 6:53 PM Dave Page, wrote: > Here's an updated patch that gives a slightly different message if the > browser is unknown vs. unsupported/deprecated. As with the previous patch, > the check can be disabl

Re: Proposal: Drop support for Internet Explorer

2020-04-14 Thread Dave Page
Here's an updated patch that gives a slightly different message if the browser is unknown vs. unsupported/deprecated. As with the previous patch, the check can be disabled in the config. On Fri, Apr 10, 2020 at 5:07 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Thu, Apr 9,