Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cYW0N-0002Vz-Ts for pgadmin-hackers@arkaria.postgresql.org; Tue, 31 Jan 2017 10:49:44 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cYW0N-0005o9-Gk for pgadmin-hackers@arkaria.postgresql.org; Tue, 31 Jan 2017 10:49:43 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cYW09-0005ZM-LH for pgadmin-hackers@postgresql.org; Tue, 31 Jan 2017 10:49:29 +0000 Received: from mail-ot0-x235.google.com ([2607:f8b0:4003:c0f::235]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1cYW05-0008L7-VF for pgadmin-hackers@postgresql.org; Tue, 31 Jan 2017 10:49:29 +0000 Received: by mail-ot0-x235.google.com with SMTP id 32so104219986oth.3 for ; Tue, 31 Jan 2017 02:49:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=HqWqncPM+8mlGtybj4ZyRs+vN3Ql72lLIuUr72O+2H8=; b=LQ5jL1hp241jK9aeh8sVenp1U2rnXgeA1LljnsSDY5/ecukAN0RBXrs2A/joEylx1x 8pJt7wV2FrslAj46lKOv/BoxcKBYTxaTJ1oggkD7No7/K0xfD5CzqHmV26Zs/345a02g ilM8xkAVG9/37nIukkwpqaWZGeZBRGR15PyCQalAAE2N6wGO/tWHhk/hT0FNAtiuwiDx mZGCS8a8I8ZefhAoW5SqC3CtIRxWyeLWUPHjX6ZauHqr7bw8EaDlHI+ATNfe5DpffWs/ An2RyKZy47+iaBXFALwmCw2xwAhsSwdUYHJw8Z15tkKWgzKmC6g8LqIYcOFj6HAH+8C/ kkhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=HqWqncPM+8mlGtybj4ZyRs+vN3Ql72lLIuUr72O+2H8=; b=JTsUzaXGZT/vzf1Bf8JAhCEG4oLmKE/EZelTRqnwkA5bj1BPCKzJ9KC2Wqd78gpFyt VrREuipfFoUu1SQs9eXJuA/n+2s6F2Owoz3fXpcHtnI4tq/riGFbLBT/5X0qBN5B4aU2 ZrOX/ALUyylG+FWQF/kaSE6PZ9GgdLB3/8slyGcyidMs88MSdKb+LfO+fU+vJxMsnHY2 Mg6Ik5NbbUxqCsqd8PACXWcc/SdpcPvWryCO/90bXAVbsDEQ5kAT+BNAbRdFE4ur2AtV 2drV8PQcud8RHiCFd88+PF9imvX1E76IVdA8D7swhbMD/lmPi3aXoi0oM1kWrXO6UteP x6dQ== X-Gm-Message-State: AIkVDXLOlm5PHYW+P+s8/X0yaWKCPYutpfvSrKx9SqWnOVYuyOxs2E+p9KCaGvOEtFsZzOC28zUGJLh5pDTvUG88 X-Received: by 10.157.62.68 with SMTP id h4mr14379615otg.32.1485859764032; Tue, 31 Jan 2017 02:49:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.183.26.2 with HTTP; Tue, 31 Jan 2017 02:49:03 -0800 (PST) In-Reply-To: References: From: Murtuza Zabuawala Date: Tue, 31 Jan 2017 16:19:03 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch] Minor fix in test file for the Template loader To: Dave Page Cc: pgadmin-hackers Content-Type: multipart/mixed; boundary=f403045e3fb06c77d1054761afc2 X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --f403045e3fb06c77d1054761afc2 Content-Type: multipart/alternative; boundary=f403045e3fb06c77cd054761afc0 --f403045e3fb06c77cd054761afc0 Content-Type: text/plain; charset=UTF-8 Hi Dave, Please find minor patch for the same. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue, Jan 31, 2017 at 4:10 PM, Dave Page wrote: > On Tue, Jan 31, 2017 at 10:36 AM, Murtuza Zabuawala > wrote: > > Hi Dave, > > > > Even I tested against Python3.5 but did not receive any such error and I > > tried again after your mail but still did not receive error. > > > > murtuza@vm:~/pgadmin4/web/regression$ python3 --version > > > > Python 3.5.0 > > Hmm, I have: > > (pgadmin4-py35) piranha:web dpage$ python --version > Python 3.5.3 > (pgadmin4-py35) piranha:web dpage$ pip freeze > Babel==1.3 > beautifulsoup4==4.4.1 > blinker==1.3 > click==6.6 > extras==0.0.3 > fixtures==2.0.0 > Flask==0.11.1 > Flask-Babel==0.11.1 > Flask-Gravatar==0.4.2 > Flask-HTMLmin==1.2 > Flask-Login==0.3.2 > Flask-Mail==0.9.1 > Flask-Principal==0.4.0 > Flask-Security==1.7.5 > Flask-SQLAlchemy==2.1 > Flask-WTF==0.12 > html5lib==1.0b3 > htmlmin==0.1.10 > itsdangerous==0.24 > Jinja2==2.7.3 > linecache2==1.0.0 > MarkupSafe==0.23 > passlib==1.6.2 > pbr==1.9.1 > psycopg2==2.6.2 > pycrypto==2.6.1 > pyrsistent==0.11.13 > python-dateutil==2.5.0 > python-mimeparse==1.5.1 > pytz==2014.10 > simplejson==3.6.5 > six==1.9.0 > speaklater==1.3 > SQLAlchemy==1.0.14 > sqlparse==0.1.19 > testscenarios==0.5.0 > testtools==2.0.0 > traceback2==1.4.0 > unittest2==1.1.0 > Werkzeug==0.9.6 > WTForms==2.0.2 > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > --f403045e3fb06c77cd054761afc0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Dave,

Please find minor patch for th= e same.=C2=A0

=
--
Regards,
= Murtuz= a Zabuawala
EnterpriseDB:=C2=A0http://www.enterprisedb.com
The Enterprise PostgreSQL Company

<= /div>

On Tue, Jan 31, 2017 at 4:10 PM, Dave Page <= span dir=3D"ltr"><dpage@pgadmin.org> wrote:
= On Tue, Jan 31, 2017 at 10:36 AM, Murtuza Zabuawala
<murtuza.zabuawala= @enterprisedb.com> wrote:
> Hi Dave,
>
> Even I tested against Python3.5 but did not receive any such error and= I
> tried again after your mail but still did not receive error.
>
> murtuza@vm:~/pgadmin4/web/regression$ python3 --version
>
> Python 3.5.0

Hmm, I have:

(pgadmin4-py35) piranha:web dpage$ python --version
Python 3.5.3
(pgadmin4-py35) piranha:web dpage$ pip freeze
Babel=3D=3D1.3
beautifulsoup4=3D=3D4.4.1
blinker=3D=3D1.3
click=3D=3D6.6
extras=3D=3D0.0.3
fixtures=3D=3D2.0.0
Flask=3D=3D0.11.1
Flask-Babel=3D=3D0.11.1
Flask-Gravatar=3D=3D0.4.2
Flask-HTMLmin=3D=3D1.2
Flask-Login=3D=3D0.3.2
Flask-Mail=3D=3D0.9.1
Flask-Principal=3D=3D0.4.0
Flask-Security=3D=3D1.7.5
Flask-SQLAlchemy=3D=3D2.1
Flask-WTF=3D=3D0.12
html5lib=3D=3D1.0b3
htmlmin=3D=3D0.1.10
itsdangerous=3D=3D0.24
Jinja2=3D=3D2.7.3
linecache2=3D=3D1.0.0
MarkupSafe=3D=3D0.23
passlib=3D=3D1.6.2
pbr=3D=3D1.9.1
psycopg2=3D=3D2.6.2
pycrypto=3D=3D2.6.1
pyrsistent=3D=3D0.11.13
python-dateutil=3D=3D2.5.0
python-mimeparse=3D=3D1.5.1
pytz=3D=3D2014.10
simplejson=3D=3D3.6.5
six=3D=3D1.9.0
speaklater=3D=3D1.3
SQLAlchemy=3D=3D1.0.14
sqlparse=3D=3D0.1.19
testscenarios=3D=3D0.5.0
testtools=3D=3D2.0.0
traceback2=3D=3D1.4.0
unittest2=3D=3D1.1.0
Werkzeug=3D=3D0.9.6
WTForms=3D=3D2.0.2


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

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

--f403045e3fb06c77cd054761afc0-- --f403045e3fb06c77d1054761afc2 Content-Type: text/plain; charset=US-ASCII; name="counter.diff" Content-Disposition: attachment; filename="counter.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_iylehop30 ZGlmZiAtLWdpdCBhL3dlYi9wZ2FkbWluL3V0aWxzL3NxbGF1dG9jb21wbGV0 ZS9jb3VudGVyLnB5IGIvd2ViL3BnYWRtaW4vdXRpbHMvc3FsYXV0b2NvbXBs ZXRlL2NvdW50ZXIucHkKaW5kZXggMDgxYjM5MC4uMWNjZDk5YyAxMDA2NDQK LS0tIGEvd2ViL3BnYWRtaW4vdXRpbHMvc3FsYXV0b2NvbXBsZXRlL2NvdW50 ZXIucHkKKysrIGIvd2ViL3BnYWRtaW4vdXRpbHMvc3FsYXV0b2NvbXBsZXRl L2NvdW50ZXIucHkKQEAgLTMsNyArMywxMiBAQCBDb3BpZWQgZnJvbSBodHRw Oi8vY29kZS5hY3RpdmVzdGF0ZS5jb20vcmVjaXBlcy81NzY2MTEtY291bnRl ci1jbGFzcy8KICIiIgogCiBmcm9tIGhlYXBxIGltcG9ydCBubGFyZ2VzdAot ZnJvbSBpdGVydG9vbHMgaW1wb3J0IHJlcGVhdCwgaWZpbHRlcgorZnJvbSBp dGVydG9vbHMgaW1wb3J0IHJlcGVhdAordHJ5OgorICAgIGZyb20gaXRlcnRv b2xzIGltcG9ydCBpZmlsdGVyCitleGNlcHQgSW1wb3J0RXJyb3I6CisgICAg IyBpZmlsdGVyIGlzIGluLWJ1aWx0IGZ1bmN0aW9uIGluIFB5dGhvbjMgYXMg ZmlsdGVyCisgICAgaWZpbHRlciA9IGZpbHRlcgogZnJvbSBvcGVyYXRvciBp bXBvcnQgaXRlbWdldHRlcgogCiAK --f403045e3fb06c77d1054761afc2 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers --f403045e3fb06c77d1054761afc2--