Re: [pgadmin-hackers] [pgAdmin4][Patch] Minor fix in test file for the Template loader

2017-01-31 Thread Dave Page
Works a treat - thanks, applied. On Tue, Jan 31, 2017 at 10:49 AM, Murtuza Zabuawala wrote: > 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 P

Re: [pgadmin-hackers] [pgAdmin4][Patch] Minor fix in test file for the Template loader

2017-01-31 Thread Murtuza Zabuawala
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

Re: [pgadmin-hackers] [pgAdmin4][Patch] Minor fix in test file for the Template loader

2017-01-31 Thread Dave Page
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 hav

Re: [pgadmin-hackers] [pgAdmin4][Patch] Minor fix in test file for the Template loader

2017-01-31 Thread Murtuza Zabuawala
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 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterpr

Re: [pgadmin-hackers] [pgAdmin4][Patch] Minor fix in test file for the Template loader

2017-01-31 Thread Ashesh Vashi
Murtuza, FYI - http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html#itertools -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi*

Re: [pgadmin-hackers] [pgAdmin4][Patch] Minor fix in test file for the Template loader

2017-01-31 Thread Dave Page
Thanks Murtuza. When you get a minute, can you also look at the following issue I get with the tests under Python 3.5? It doesn't seem to stop them working. Traceback (most recent call last): File "/Users/dpage/git/pgadmin4/web/pgadmin/utils/route.py", line 75, in load_generators import_modu

[pgadmin-hackers] [pgAdmin4][Patch] Minor fix in test file for the Template loader

2017-01-30 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue in test suite for template loader. *Issue(Python3):* murtuza@vm:~/pgadmin4/web/regression$ python3 runtests.py pgAdmin 4 - Application Initialisation == The configuration database - '/../.pgadmin/test_pgadmin4.db' does not exist