[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: no module flask

2016-04-19 Thread Luca Ferrari
On Tue, Apr 19, 2016 at 2:24 PM, Dave Page wrote: > That's assuming they're installed - if not, you need to do that first, e.g. > > pip install -r requirements_py3.txt I've installed flask via pip, as already written: $ pip list | grep -i flask Flask (0.10.1) Flask-Babel (0.9) Flask-Gravatar (0.

[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 import create_app File

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 I got: Server.o: In functi

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

2016-04-19 Thread Luca Ferrari
On Mon, Apr 18, 2016 at 12:29 AM, Darren Duncan wrote: > Akin to Dave's response, perhaps your problem is that the installed python > package is only complete if you are just running pure Python code against > it, whereas if you are building anything C-level against Python eg some kind > of extens

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

2016-04-17 Thread Luca Ferrari
Hi all, just cloned the git repository and tried to compile it on my ubuntu 15.04 x64: % qmake Project MESSAGE: Building for QT4... Project MESSAGE: Building for Linux/Mac... Project ERROR: The python-config executable could not be found. Ensure Python is installed and in the system path. However

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

2007-05-23 Thread Luca Ferrari
On Sunday 20 May 2007 Raphaƫl Enrici's cat, walking on the keyboard, wrote: > Dear all, > > Althoug pgAdmin III 1.4.3 is delivered in the universe ubuntu/feisty > repository, I've just uploaded a build of pgAdmin III 1.6.3 for Feisty > to our developer host. It should propagate to PostgreSQL mirror

[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 helps. Luca --

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

2007-02-05 Thread Luca Ferrari
On Friday 02 February 2007 Alex Gorbachenko's cat, walking on the keyboard, wrote: > why you don't use binary wx distributions for ubuntu ? > http://wxpython.wxcommunity.com/apt/ubuntu/dapper/2.8.1.1/ Well, from the above link I took the src library, recompiled it and now I've got the pgadmin3

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

2007-02-02 Thread Luca Ferrari
On Friday 02 February 2007 Alex Gorbachenko's cat, walking on the keyboard, wrote: > hmmm... very strange behavior. can you show output of > objdump -T /usr/local/lib/libwx_baseu-2.8.so | grep 'wxStringBase.*Init' 0009f1c0 gDF .text 008d WXU_2.8 _ZN12wxStringBase8InitWithEPKwjj > w

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

2007-02-02 Thread Luca Ferrari
On Thursday 01 February 2007 Alex Gorbachenko's cat, walking on the keyboard, wrote: > > for LIBS in $(/bin/ls /usr/local/lib/libwx*so) ; do echo "$LIBS" ; > objdump -T "$LIBS" | grep -i '' ; done > It returns /usr/local/lib/libwx_baseu-2.8.so /usr/local/lib/libwx_baseu_net-2.8.so /usr/local/li

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
Hi, I'm tryin to compile pgadmin1.6.2 on kubuntu 6.1, wxwidgets 2.8, but I'm having this errors during make: tlSQLBox.cpp:(.text+0xa5): undefined reference to `wx2stc(wxString const&)' /usr/local/lib/libwx_gtk2u_stc-2.8.so: undefined reference to `wxFile::wxFile(char const*, wxFile::OpenMode)' /

Re: [pgadmin-support] problem compiling pgadmin 1.6

2006-12-04 Thread Luca Ferrari
On Sunday 03 December 2006 20:42 Dave Page's cat, walking on the keyboard, wrote: > > Add --with-wx-version=2.8 to pgAdmin's configure command. 1.6 defaults > to 2.7. That's worked, and I finally get pgadmin compiled. However, if I run it: /usr/local/postgresql/pgadmin1.6.1/bin/pgadmin3 /usr/loc

[pgadmin-support] problem compiling pgadmin 1.6

2006-12-03 Thread Luca Ferrari
Hi all, I'm running kubuntu 6.0.6 LTS and I've installed the wxWidgets 2.8 as reported from the pgadmin web site. After installing also the contrib package, I try to config the compilation environment for pgadmin but I got: checking wxWidgets in /usr/local... failed configure: error: Your wxWidg

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

2006-11-17 Thread Luca Ferrari
Hi all, I'm using kubuntu where I've installed the postgresql using apt-get (8.1), and now I'm trying to compile pgadmin but I got this error while running ./configure: Could not find your PostgreSQL installation in /usr/lib/postgresql/8.1 I guess my postgresql directory should be /usr/lib/postg

[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 PROTEC