Re: [pgadmin-support] pgadmin4 and Python3

2016-06-13 Thread Дмитрий Воронин
  14.06.2016, 09:37, "Neel Patel" :Hi, As you said, PYTHONPATH is set but from the error it looks like application is not able to get the python path.Can you please export the PYTHONPATH variable to "/home/developer/pgadmin4/venv/lib/python3.4/site-packages" and run the application from where the p

Re: [pgadmin-support] pgadmin4 and Python3

2016-06-13 Thread Neel Patel
Hi, As you said, PYTHONPATH is set but from the error it looks like application is not able to get the python path. Can you please export the PYTHONPATH variable to "/home/developer/ pgadmin4/venv/lib/python3.4/site-packages" and run the application from where the path is exported. e.g. export PY

[pgadmin-support] pgadmin4 beta 1 blocked

2016-06-13 Thread Luca Ferrari
Hi all, after installing pgadmin4 beta 1 wheel and trying to execute it the program stucks. Enabling a verbose trace I got it hangs up on: % python -v ./pgadmin4.py ... # /usr/lib/python2.7/BaseHTTPServer.pyc matches /usr/lib/python2.7/BaseHTTPServer.py import BaseHTTPServer # precompiled from /us

Re: [pgadmin-support] pgadmin4 and Python3

2016-06-13 Thread Дмитрий Воронин
11.06.2016, 20:24, "Dave Page" : > >>  I want run padmin4 as desktop application. So, I compled runtime part and >> run it. Pgadmin4 tell me to enter Python Bin path and application path. I >> entered it, but it is not helpful for me. >>  I sucessfully run pgadmin4 as web applicaion by confiugre

Re: [pgadmin-support] Poker Tracker 4

2016-06-13 Thread Melvin Davidson
Bryan, pgadmin-support is not the list for this problem. You should subscribe to and address pgsql-gene...@postgresql.org. That being said, there are additional problems with your request. First, if you are having a problem, you try contacting Poker Tracker 4, since that is where an interface pr

[pgadmin-support] Poker Tracker 4

2016-06-13 Thread Bryan Tuck
I have downloaded PostgreSQL 9.0, and am having trouble configuring it with Poker Tracker 4. I would appreciate any suggestions or help to make it work. Thank you.

[pgadmin-support] [pgAdmin4] UI/data grid issues

2016-06-13 Thread Michal Kozusznik
I'm not sure images can be attached to the email, I'll try. In case if doesn't work, you can see the image at: http://i.imgur.com/oPYHaAw.png Please note, the first column on the picture is masked intentionally. There are following issues depicted on the screenshot 1. Width of columns depends

Re: [pgadmin-support] Problem displaying intervals and timestamps with pgAdmin 4

2016-06-13 Thread Dave Page
On Mon, Jun 13, 2016 at 10:51 AM, Albe Laurenz wrote: > Dave Page wrote: >> Please log any additional issues directly at >> https://redmine.postgresql.org/projects/pgadmin4/issues/new to save me >> a step :-) > > Gladly. Thanks. > Wouldn't it be good to mention > https://redmine.postgresql.org/

Re: [pgadmin-support] Problem displaying intervals and timestamps with pgAdmin 4

2016-06-13 Thread Albe Laurenz
Dave Page wrote: > Please log any additional issues directly at > https://redmine.postgresql.org/projects/pgadmin4/issues/new to save me > a step :-) Gladly. Wouldn't it be good to mention https://redmine.postgresql.org/projects/pgadmin4/ on https://www.pgadmin.org/support/ ? Yours, Laurenz Albe

Re: [pgadmin-support] Problem displaying intervals and timestamps with pgAdmin 4

2016-06-13 Thread Dave Page
Thanks - issue #1352 created. Please log any additional issues directly at https://redmine.postgresql.org/projects/pgadmin4/issues/new to save me a step :-) On Mon, Jun 13, 2016 at 10:32 AM, Albe Laurenz wrote: > I am using pgAdmin 4 1.0-beta1 (downloaded from pgadmin.org) on Windows 7. > > I

[pgadmin-support] Problem displaying intervals and timestamps with pgAdmin 4

2016-06-13 Thread Albe Laurenz
I am using pgAdmin 4 1.0-beta1 (downloaded from pgadmin.org) on Windows 7. I get an error message like this: 500 Internal Server Error Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in

Re: [pgadmin-support] Foreign table column options in pgAdmin 4

2016-06-13 Thread Dave Page
Thanks - issue #1351 created. On Mon, Jun 13, 2016 at 9:47 AM, Albe Laurenz wrote: > I am running pgAdmin 4 1.0-beta1 on Windows 7. > > This is the foreign table as displayed with psql: > > test=> \d typetest1 > Foreign table "laurenz.typetest1" > Column | Type

Re: [pgadmin-support] Error displaying bytea field with pgAdmin 4

2016-06-13 Thread Dave Page
Thanks - issue #1350 created. On Mon, Jun 13, 2016 at 9:51 AM, Albe Laurenz wrote: > I am using pgAdmin 4 1.0-beta1 (downloaded from pgadmin.org) on Windows 7. > > When I try to SELECT a bytea column, like in the following: > >SELECT decode('mama', 'escape'); > > I get a message like this: >

[pgadmin-support] Error displaying bytea field with pgAdmin 4

2016-06-13 Thread Albe Laurenz
I am using pgAdmin 4 1.0-beta1 (downloaded from pgadmin.org) on Windows 7. When I try to SELECT a bytea column, like in the following: SELECT decode('mama', 'escape'); I get a message like this: 500 Internal Server Error Internal Server Error The server encountered an internal error and was

[pgadmin-support] Foreign table column options in pgAdmin 4

2016-06-13 Thread Albe Laurenz
I am running pgAdmin 4 1.0-beta1 on Windows 7. This is the foreign table as displayed with psql: test=> \d typetest1 Foreign table "laurenz.typetest1" Column | Type | Modifiers | FDW Options +--+---+- id |