Your message dated Sat, 26 Mar 2022 12:05:09 +0000
with message-id <[email protected]>
and subject line Bug#1006902: fixed in expeyes 4.9.2+repack-1
has caused the Debian Bug report #1006902,
regarding expeyes not fully ported to Python 3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1006902: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006902
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: expeyes
Version: 4.8.8+repack-2
Severity: normal

Dear Maintainer,

On running expeyes from the command line I see the following error
message

$ expeyes
Traceback (most recent call last):
  File "/usr/share/expeyes/eyes/explore.py", line 12, in <module>
    from Tkinter import *
ModuleNotFoundError: No module named 'Tkinter'

As I understand this is because the packaged expeyes version is not
ported to Python version 3.

I am attaching patches to 
- /usr/share/expeyes/eyes/explore.py (explore.patch)
- /usr/lib/python3/dist-packages/expeyes/eyes.py (eyes.patch)

With these two patches expeyes launches successfully for me. I have not
tested all of its functionality though.

regards

-- System Information:
Debian Release: 11.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-11-amd64 (SMP w/6 CPU threads)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages expeyes depends on:
ii  python3              3.9.2-3
ii  python3-expeyes      4.8.8+repack-2
ii  python3-pil.imagetk  8.1.2+dfsg-0.3+deb11u1
ii  python3-tk           3.9.2-1
ii  tix                  8.4.3-10+b1
ii  udev                 247.3-6

Versions of packages expeyes recommends:
ii  expeyes-doc-en [expeyes-doc]  4.3-3
pn  expeyes-web                   <none>
ii  python3-numpy                 1:1.19.5-1
ii  python3-pygrace               0.6-2
ii  python3-scipy                 1.6.0-2
pn  qtiplot                       <none>

Versions of packages expeyes suggests:
pn  firm-phoenix-ware  <none>

-- no debconf information
12,13c12,15
< from Tkinter import *
< import Image, ImageTk, tkFont, os, sys, commands, math
---
> from tkinter import *
> from tkinter import font
> from PIL import Image, ImageTk
> import os, sys, subprocess, math
497c499
< 	stat,out = commands.getstatusoutput('python '+ eyeplot.abs_path() + 'hwtest.py')
---
> 	stat,out = subprocess.getstatusoutput('python '+ eyeplot.abs_path() + 'hwtest.py')
563c565
< font = tkFont.Font(family = 'helvetica', size = 12)
---
> font = font.Font(family = 'helvetica', size = 12)
610c612
< 		stat,out = commands.getstatusoutput('python '+ eyeplot.abs_path() + expt+'.py')
---
> 		stat,out = subprocess.getstatusoutput('python '+ eyeplot.abs_path() + expt+'.py')
30c30
< import serial, struct, math, time, command, sys, os, glob, fnmatch
---
> import serial, struct, math, time, subprocess, sys, os, glob, fnmatch
154c154
<                 res = command.getoutput('lsof -t '+ str(dev))
---
>                 res = subprocess.getoutput('lsof -t '+ str(dev))

--- End Message ---
--- Begin Message ---
Source: expeyes
Source-Version: 4.9.2+repack-1
Done: Georges Khaznadar <[email protected]>

We believe that the bug you reported is fixed in the latest version of
expeyes, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Georges Khaznadar <[email protected]> (supplier of updated expeyes package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 25 Mar 2022 11:43:24 +0100
Source: expeyes
Architecture: source
Version: 4.9.2+repack-1
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar <[email protected]>
Changed-By: Georges Khaznadar <[email protected]>
Closes: 1006902
Changes:
 expeyes (4.9.2+repack-1) unstable; urgency=medium
 .
   * New upstream version 4.9.2+repack. Closes: #1006902
Checksums-Sha1:
 ee9bd989e5c436fdb084b43b9766261ca1e55026 2419 expeyes_4.9.2+repack-1.dsc
 df971664fb80535a6d03ea8fbf7bf6848bcfb650 28506696 
expeyes_4.9.2+repack.orig.tar.xz
 a4647ddf381641ea2ba1263a26392baf0631b4b8 22232 
expeyes_4.9.2+repack-1.debian.tar.xz
 3b21b7bd80bc7d22246bc3e81fa4ed1178af3363 13877 
expeyes_4.9.2+repack-1_source.buildinfo
Checksums-Sha256:
 d322800ccf8cd0443d0852ecf85ff4d8decc76a2747de9c7c0992937e770912a 2419 
expeyes_4.9.2+repack-1.dsc
 e4ea36ed4c5202ddacacfe1e34cc7cface0e26e3ad9733b560fd94b4e3e82bf2 28506696 
expeyes_4.9.2+repack.orig.tar.xz
 8f0743632d7809b224ea1a914bb767e0fb3d32608746217bf878d686c20649d1 22232 
expeyes_4.9.2+repack-1.debian.tar.xz
 a2dd726277ffd01ae69d9c75f9aa0e1d7c68c4d1ee6e091e7bc3f404ae6bc228 13877 
expeyes_4.9.2+repack-1_source.buildinfo
Files:
 0fe3ebf3871dd3bb2250e5f8cb8c019b 2419 science optional 
expeyes_4.9.2+repack-1.dsc
 31372e2e36ed89def936688f4aef007e 28506696 science optional 
expeyes_4.9.2+repack.orig.tar.xz
 c422a2fb7ffa9f56282cb0e72d1caab9 22232 science optional 
expeyes_4.9.2+repack-1.debian.tar.xz
 7fc4fb46cfa442dfc1ec01c88f4d3a03 13877 science optional 
expeyes_4.9.2+repack-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCAAyFiEEM0CzZP9nFT+3zK6FHCgWkHE2rjkFAmI+9XMUHGdlb3JnZXNr
QGRlYmlhbi5vcmcACgkQHCgWkHE2rjnfpQ/8C7eMYwOTJWnEQVD3D6i0eeiki5b5
FIXuMxAFKqbGj+0Rw5uZ3HE4CYjTGdOMetgfGHWQ4xThnslnZ5Clrjq8xEsd/nZY
3EhLSctstQ52Qi4AEqBrCKIHCJHR4c1uLjOQxFS/KqDR+5sbeh3+POMV7sJe19tO
9w1SLj7BTfOovcf76zSlm0l2Q5JwOQKvmj9RG3f3yRuw47qIOr/QhaRzXoIdKJBj
CDK7dAiQN/BBeUW0ZhtZQF0yz1M4n1ngR6Wyi8l1Lt0Wkj9sXGx7yTwrcxOiOsPO
Ub7j+rrn0Mbc0hPzhAxgOksoF9V21jhfWkvVpoS2W9bHruuW8xBqn3CcAtzxwlE1
dZgIuuO5mPcjp4skn33eANOGjWIKeAzhcUxtvMcURyMKBzsbXTygrF0RTDWKkC4V
MbKp1gLvmYOp4P9kGm+ROIi0T8SL8Xy+AH9ns+swJcP7veOPy2smiGT80lw7emcC
LPwEoVsb7KSWNAu9C56M1dvSJXDuAKKulaWx50Jdhd9NoDocQrZxmTiQasRfV20+
fU77fg73t0a4b0DuaVH3HvZocJwPp9lSAZSDzdN+DDYadI3ylctbcO3bHw108C2n
b17NhlX5zTxoJLFV2Rmbg+vIPsRzPkcBiEBr0h4bAw27cLYP0sqy+OAf9uYyGN/h
3YTNv8MxHS5D4BM=
=LxsC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to