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
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.
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
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
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
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
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
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
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
--
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
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
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
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.
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)'
/
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
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
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
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
18 matches
Mail list logo