Re: enable python Plugin

2024-01-25 Thread Christoph Berg
Re: Csahok Zoltan
> Hello Herve,
> 
> python-config in Debian/Ubuntu is part of python3-dev package. Not sure about
> the OS you are using.
> For a reference you can check the step "Install dependencies" in
> https://github.com/Tlf/tlf/blob/master/.github/workflows/ci-build.yml

Also make sure you don't have an ancient python version installed in
/usr/local/.

> >checking for /usr/local/bin/python3 version... (cached) 3.1

73,
Christoph DF7CB



Re: enable python Plugin

2024-01-24 Thread Csahok Zoltan
Hello Herve,

python-config in Debian/Ubuntu is part of python3-dev package. Not sure about
the OS you are using.
For a reference you can check the step "Install dependencies" in
https://github.com/Tlf/tlf/blob/master/.github/workflows/ci-build.yml

Hope this helps.

73,
Zoli


On Wed, Jan 24, 2024 at 11:02:43PM +0100, f8...@free.fr wrote:
>Hello,
>
>I am trying to enable python plugin in order to add some new contest
>rules.
>
>I clone from github the latest repository.
>
>When I launch  ./configure --enable-plugin I get this error :
>
>configure: error: cannot find python-config for /usr/local/bin/python3.
>
>I have python3.12 version installed on my linux (launch by python3
>command)
>
>.configure see python3 version = 3.1
>
> checking for python3 version... 3.1
>
>checking for /usr/local/bin/python3 version... (cached) 3.1
>
>Thanks for your help,
>
>Best 73's
>
>Herve



enable python Plugin

2024-01-24 Thread f8ehj

Hello,

I am trying to enable python plugin in order to add some new contest 
rules.


I clone from github the latest repository.

When I launch  ./configure --enable-plugin I get this error :

configure: error: cannot find python-config for /usr/local/bin/python3.

I have python3.12 version installed on my linux (launch by python3 
command)


.configure see python3 version = 3.1

 checking for python3 version... 3.1

checking for /usr/local/bin/python3 version... (cached) 3.1

Thanks for your help,

Best 73's

Herve