[Debian-med-packaging] Bug#936802: kmer: Python2 removal in sid/bullseye

Scott Talbert swt at techie.net
Thu Dec 19 18:34:08 GMT 2019


On Thu, 19 Dec 2019, Andreas Tille wrote:

> Traceback (most recent call last):
>  File "/usr/bin/../lib/atac/bin/AtacDriver.py", line 18, in <module>
>    import MyFile
>  File "/usr/lib/atac/lib/MyFile.py", line 6, in <module>
>    class myfile(file):
> NameError: name 'file' is not defined
> PYTHONPATH=/usr/bin/../lib/atac/lib
> Chainer failed.

The 'file' class doesn't exist anymore in Python 3.  You'll have to 
rewrite myfile to not use it.

Scott



More information about the Debian-med-packaging mailing list