Re: A python question

2024-07-14 Thread fedora
On 14/7/24 1:10 pm, Jon LaBadie wrote: On Sun, Jul 14, 2024 at 12:24:02PM +1000, Eyal Lebedinsky wrote: Following the upgrade f38->f40 I started getting warnings and errors. This is one. What is the correct escapes to select strings starting with (AD) and [AD]? /usr/local/bin/mythtv-fix-descr

Re: A python question

2024-07-13 Thread Samuel Sieb
On 7/13/24 8:10 PM, Jon LaBadie wrote: On Sun, Jul 14, 2024 at 12:24:02PM +1000, Eyal Lebedinsky wrote: Following the upgrade f38->f40 I started getting warnings and errors. This is one. What is the correct escapes to select strings starting with (AD) and [AD]? /usr/local/bin/mythtv-fix-des

Re: A python question

2024-07-13 Thread Jon LaBadie
On Sun, Jul 14, 2024 at 12:24:02PM +1000, Eyal Lebedinsky wrote: Following the upgrade f38->f40 I started getting warnings and errors. This is one. What is the correct escapes to select strings starting with (AD) and [AD]? /usr/local/bin/mythtv-fix-descriptions.py:33: SyntaxWarning: invalid es

Re: A python question

2024-07-13 Thread Samuel Sieb
On 7/13/24 7:24 PM, Eyal Lebedinsky wrote: Following the upgrade f38->f40 I started getting warnings and errors. This is one. What is the correct escapes to select strings starting with (AD) and [AD]? /usr/local/bin/mythtv-fix-descriptions.py:33: SyntaxWarning: invalid escape sequence '\['

A python question

2024-07-13 Thread Eyal Lebedinsky
Following the upgrade f38->f40 I started getting warnings and errors. This is one. What is the correct escapes to select strings starting with (AD) and [AD]? /usr/local/bin/mythtv-fix-descriptions.py:33: SyntaxWarning: invalid escape sequence '\[' re_tag = re.compile ("^[\[(]AD[\])] *") If

python question

2015-11-02 Thread François Patte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bonjour, I have a problem with a python program (oqapy) which does not run on fedora 21. Here is the error message: RuntimeError: the sip module implements API v11.0 to v11.1 but the oqapy_iproc module requires API v9.2 as far as I understand the