[pgadmin-support] pgadmin4 beta 1 blocked

2016-06-13 Thread Luca Ferrari
/usr/lib/python2.7/BaseHTTPServer.pyc and nothing else happens. Any idea? Thanks, Luca -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] pgadmin4: no module flask

2016-04-19 Thread Luca Ferrari
bel (0.9) Flask-Gravatar (0.4.2) Flask-Login (0.2.11) Flask-Mail (0.9.1) Flask-Principal (0.4.0) Flask-Security (1.7.4) Flask-SQLAlchemy (2.0) Flask-WTF (0.11) I've run the following: $ pip install -r ../requirements_py2.txt that gave me a few extra packages, however: $ ./pgAdmin4 Webapp pa

[pgadmin-support] pgadmin4: no module flask

2016-04-19 Thread Luca Ferrari
Hi all, still trying to get pgAdmin4 running on my system. When I launch it I got: ./runtime/pgAdmin4 Webapp path: "/home/luca/tmp/pgadmin4/web/pgAdmin4.py" Traceback (most recent call last): File "/home/luca/tmp/pgadmin4/web/pgAdmin4.py", line 24, in from pgadmin impo

Re: [pgadmin-support] pgadmin4: The python-config executable could not be found.

2016-04-19 Thread Luca Ferrari
On Tue, Apr 19, 2016 at 11:00 AM, Neel Patel wrote: > Remove the "-lpython3.4m" from LFLAGS in Makefile and add it at the end in > "LIBS" variable after linking of Qt libraries as below. While it compiles with python 2.7 it does not with 3.5.1 (I report this in the case it is useful): In file in

Re: [pgadmin-support] pgadmin4: The python-config executable could not be found.

2016-04-19 Thread Luca Ferrari
On Mon, Apr 18, 2016 at 10:27 AM, Mark Csaba wrote: > Hello Luca, > > Try using apt-file: > > sudo apt-get install apt-file > sudo apt-file update > sudo apt-file search python-config Thanks for the hint: that lead me to package python-dev. However, during the building

Re: [pgadmin-support] pgadmin4: The python-config executable could not be found.

2016-04-19 Thread Luca Ferrari
r.cpp:(.text+0x806): undefined reference to `PyList_Append' collect2: error: ld returned 1 exit status Makefile:124: recipe for target 'pgAdmin4' failed make: *** [pgAdmin4] Error 1 and then I'm stucked. Luca -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

[pgadmin-support] pgadmin4: The python-config executable could not be found.

2016-04-17 Thread Luca Ferrari
. However, I've got python 2.7.10 installed and in the path. I'm not a python expert, what am I missing? Thanks, Luca -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] No pgadmin3 x86_64 for CentOS 5 on pgdg93 yum repo

2014-04-03 Thread luca
epel-x86_64/pgadmin3-1.8.4-1.el5.x86_64.rpm.html > > > > Thanks, > > > > Luca > > > > > > -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

[pgadmin-support] No pgadmin3 x86_64 for CentOS 5 on pgdg93 yum repo

2014-04-02 Thread luca
Hello, I am hoping to install pgadmin3 for centos 5.10 x86_64, but the one available in the repo is i386. Is this an error, or is x86_64 not available? Thanks, Luca -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http

Re: [pgadmin-support] [BUG] Wrong colors on SQL table result

2013-06-24 Thread Luiz Angelo Daros de Luca
Hello Guillaume, Thanks for your answer. However, I just tested 1.16.1. The problem is still present. Regards, --- Luiz Angelo Daros de Luca, Me. luizl...@gmail.com 2013/6/19 Guillaume Lelarge > On Wed, 2013-06-19 at 16:07 -0300, Luiz Angelo Daros de Luca wrote: > &

[pgadmin-support] [BUG] Wrong colors on SQL table result

2013-06-19 Thread Luiz Angelo Daros de Luca
ep the startup color. Maybe there is some event that needs to be treated. Regards, --- Luiz Angelo Daros de Luca, Me. luizl...@gmail.com

Re: [pgadmin-support] pgAdmin III 1.6.3 for ubuntu feisty uploaded.

2007-05-23 Thread Luca Ferrari
feisty pgadmin Now if I type apt-get update I got an erro that says that the file ftp://ftp7.it.postgresql.org/pgadmin3/release/ubuntu/dists/feisty/pgadmin/binary-i386/Packages.gz cannot be found (No such file). That's strange since if I put such link in my browser I get access to the file. An

[pgadmin-support] font overlapping

2007-02-13 Thread Luca Ferrari
Hi all, I've compiled (with a few troubles) pgadmin3 1.6.2 and it is working but I've got a few windows with font overlapping. For example, the property of the table, in the constraint tab, shows me all the fonts overlapped. I can post a screenshoot if it he

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-05 Thread Luca Ferrari
;ve got the pgadmin3 working! I'm quite astonished by this strange behaviour, but now it works! Thanks everyone for the support, and if someone has a clue about what happened please advice. Luca ---(end of broadcast)--- TIP 1: if post

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Luca Ferrari
8 -lwx_baseu-2.8" > > change dir to /contrib/src/ogl and type make clean && make. > at the end of report you should see string with linker options. for > example, my string is: > It seems right to me, isn't it? g++ -shared -fPIC -o /home/luca/tmp/wxWidgets-

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Luca Ferrari
local/lib/libwx_gtk2u_svg-2.8.so /usr/local/lib/libwx_gtk2u_xrc-2.8.so and all the above are under /usr/local/lib that is listed in my /etc/ld.so.conf (I ran ldconfig a few times). How can I proceed? Thanks, Luca ---(end of broadcast)---

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-01 Thread Luca Ferrari
On Thursday 01 February 2007 Alex Gorbachenko's cat, walking on the keyboard, wrote: > ldd -r /usr/local/lib/libwx_gtk2u_stc-2.8.so > here ? ldd -r /usr/local/lib/libwx_gtk2u_stc-2.8.so linux-gate.so.1 => (0xe000) libz.so.1 => /usr/lib/libz.so.1 (0xb7ea2000) libdl.so.

[pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-01 Thread Luca Ferrari
ce to `wxWindow::ApplyToolTip(_GtkTooltips*, char const*)' /usr/local/lib/libwx_gtk2u_ogl-2.8.so: undefined reference to `wxStringBase::operator=(char const*)' collect2: ld returned 1 exit status make[2]: *** [pgadmin3] Error 1 make[2]: Leaving directory `/home/luca/tmp/pgadmin3-1.6.2/src'

Re: [pgadmin-support] problem compiling pgadmin 1.6

2006-12-04 Thread Luca Ferrari
n1.6.1/bin/pgadmin3 /usr/local/postgresql/pgadmin1.6.1/bin/pgadmin3: error while loading shared libraries: libwx_gtk2u_stc-2.8.so.0: cannot open shared object file: No such file or directory Any idea? Thanks, Luca ---(end of broadcast)--- TIP

[pgadmin-support] problem compiling pgadmin 1.6

2006-12-03 Thread Luca Ferrari
I tried to re-compile the wxWidgets specifying a prefix directory, and then passing it to the configure script with the --with-wx=prefix but the error is the same above. Any idea about what can I do to compile pgadmin? Thanks, Luca ---(end of

[pgadmin-support] Could not find your PostgreSQL installation in /usr/lib/postgresql/8.1

2006-11-17 Thread Luca Ferrari
anged. I took a look at the configure script and found that the above message is echoed when pg_config is not found, and I cannot find it on my system. Do I have to install a specific package to get this program? How can I compile pgadmin? Thanks, Luca ---(e

[pgadmin-support] kubuntu & pgadmin

2006-11-14 Thread Luca Ferrari
Hi all, anyone knows a source list for atp to get and install the latest version of pgadmin? Thanks, Luca ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL

[pgadmin-support] pgagent problems

2005-12-07 Thread luca porcu
Hello all,I have a problem with pgagent, installation of schema and service ok, when create a job with one or more steps and schedulate it, I see in Property Next RUN correct time, but the job never start ..!In the job property I set hostAgent black, the service is installed with: pgAgent.exe INSTA

[pgadmin-support] [BUG]

2004-09-07 Thread Luca Beretta
i'm using pgAdmin III v.1.1.0 Devel (bundle with postgresql 8.0 beta for windows), and if i try tocreate a table named 'case' i get an error; i think this is a bug.   bye Luca

[pgadmin-support] Cannot visualize table

2003-08-21 Thread Luiz Angelo Daros de Luca
") REFERENCES public."Configuracao" (id_configuracao) ON UPDATE NO ACTION ON DELETE NO ACTION ) WITH OIDS; I click on the button view data and it shows nothing. Not even the colluns. I´m running the last pgadmin3 snapshot. WinXP PG 7.3.2. Luiz Angelo Daros de Luca Federa