Your message dated Wed, 18 Jun 2025 11:40:01 -0400
with message-id <afld0ulvbkii_...@doom.morgul.net>
and subject line Re: Bug#1107989: python3-boto3: Unusable: tries to import 
removed 'imp'
has caused the Debian Bug report #1107989,
regarding python3-boto3: Unusable: tries to import removed 'imp'
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 ow...@bugs.debian.org
immediately.)


-- 
1107989: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107989
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-boto3
Version: 1.37.9-1
Severity: serious

Dear maintainer,

Currently you can't import boto because it tried to import 'imp', which
was removed from core Python.

--8<---------------cut here---------------start------------->8---
swhitton@zephyr:~>python3 -m boto
/usr/lib/python3/dist-packages/boto/__init__.py:1139: SyntaxWarning: invalid 
escape sequence '\c'
  C:\a\b\c)
/usr/lib/python3/dist-packages/boto/pyami/config.py:98: SyntaxWarning: invalid 
escape sequence '\s'
  match = re.match("^#import[\s\t]*([^\s^\t]*)[\s\t]*$", line)
Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/usr/lib/python3/dist-packages/boto/__init__.py", line 29, in <module>
    import boto.plugin
  File "/usr/lib/python3/dist-packages/boto/plugin.py", line 40, in <module>
    import imp
ModuleNotFoundError: No module named 'imp'
--8<---------------cut here---------------end--------------->8---

-- 
Sean Whitton

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Control: reassign -1 python3-boto

On Wed, Jun 18, 2025 at 03:29:25PM +0100, Sean Whitton wrote:
> Currently you can't import boto because it tried to import 'imp', which
> was removed from core Python.
> 
> --8<---------------cut here---------------start------------->8---
> swhitton@zephyr:~>python3 -m boto

You're using boto, not boto3.  The former has been removed from unstable
and testing over a year ago and is no longer maintained upstream or in
Debian.  If you want to use boto3, use `python3 -m boto3`

noah

--- End Message ---

Reply via email to