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

2016-04-19 Thread Mark Csaba
uca Ferrari Sent: Tuesday, April 19, 2016 12:05 PM To: Neel Patel Cc: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] pgadmin4: The python-config executable could not be found. On Tue, Apr 19, 2016 at 11:00 AM, Neel Patel wrote: > Remove the "-lpython3.4m" from LFLAGS i

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 Neel Patel
Hi, This error will come due to library file linking preference in Makefile. Python library should be linked at the end so you have to change the Makefile as below. By default, python library "-lpython3.4m" is linked with "LFLAGS" in Makefile. *Solution:-* Remove the "-lpython3.4m" from LFLAGS

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

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

2016-04-18 Thread Mark Csaba
dmin-support-ow...@postgresql.org [mailto:pgadmin-support-ow...@postgresql.org] On Behalf Of Luca Ferrari Sent: Sunday, April 17, 2016 7:39 PM To: pgadmin-support@postgresql.org Subject: [pgadmin-support] pgadmin4: The python-config executable could not be found. Hi all, just cloned the git reposito

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

2016-04-17 Thread Darren Duncan
On 2016-04-17 11:01 AM, Dave Page wrote: On Sunday, April 17, 2016, Luca Ferrari wrote: 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... Projec

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

2016-04-17 Thread Dave Page
On Sunday, April 17, 2016, Luca Ferrari wrote: > 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 fo

[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