grant_wizard py3 bug - Mailing list pgadmin-hackers

From Seçkin Alan
Subject grant_wizard py3 bug
Date
Msg-id CAJZJJmoAyp_FsgWzKXD6ZK6z6J3CgL2EyUBLQz69fp14z9sRPQ@mail.gmail.com
Whole thread Raw
Responses Re: grant_wizard py3 bug  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
List pgadmin-hackers
Hi,
I want the run pgadmin4 on python3, throw unquote module not found.

In python3 unquote method moved root to parse class

https://docs.python.org/3.4/library/urllib.parse.html#urllib.parse.unquote


Maybe isn't clear patch.


--
Seçkin ALAN
http://sckn.org

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4] [Patch]: Grant Wizard
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: [Python 3 compability] Fixed the issue introduced by