Re: Started porting UDD to Python3 (Was: [UDD] Is there some effort to port UDD to Python3?)

2020-05-18 Thread Stéphane Blondon
Hello, On 15/05/2020 21:10, Andreas Tille wrote:> Would you mind providing a patch with chardet? There is a patch attached to this e-mail. I used [1] for the base file. I don't think the patch is great (because there are two 'open()' calls) but it has minimal modifications of the current source c

Re: Started porting UDD to Python3 (Was: [UDD] Is there some effort to port UDD to Python3?)

2020-05-18 Thread Andreas Tille
Hi Stéphane, thanks for your patch which I applied in the python3 branch. Unfortunately it does not solve the issue: udd(python3) $ ./update-and-run.sh ddtp Traceback (most recent call last): File "/srv/udd.debian.org/udd//udd.py", line 88, in exec("gatherer.%s()" % command) File "", l

Re: Started porting UDD to Python3 (Was: [UDD] Is there some effort to port UDD to Python3?)

2020-05-18 Thread Stéphane Blondon
On 18/05/2020 14:59, Andreas Tille wrote: > thanks for your patch which I applied in the python3 branch. Unfortunately > it does not solve the issue Can you send me the file 'gatherer.${I_dont_know_the_command}' which raises the UnicodeDecodeError exception? I will try to write a working patch.

Re: Started porting UDD to Python3 (Was: [UDD] Is there some effort to port UDD to Python3?)

2020-05-18 Thread Lucas Nussbaum
Hi, Do all those people in Cc need to read this? If you really want to keep this public, maybe debian-qa@ is enough? (I personally don't feel I need to read this at this time; if I had time to spend on UDD, I would fix actual bugs) Thanks Lucas On 18/05/20 at 21:57 +0200, Andreas Tille wrote: