Your message dated Wed, 2 Feb 2022 16:31:25 +0100 with message-id <[email protected]> and subject line Re: Bug#911771: IPv4: AttributeError: 'module' object has no attribute 'in_' = Missing version constraint on python-attr dependencies has caused the Debian Bug report #911771, regarding IPv4: AttributeError: 'module' object has no attribute 'in_' 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.) -- 911771: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911771 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---package: python-twisted severity: normal Dear Maintainer, when launching torbrowser-launcher, that relies on python-twisted, I get the following error: File "/usr/bin/torbrowser-launcher", line 29, in <module> import torbrowser_launcher File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/__init__.py", line 33, in <module> from .common import Common, SHARE File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/common.py", line 55, in <module> from twisted.internet import gtk2reactor File "/usr/lib/python2.7/dist-packages/twisted/internet/gtk2reactor.py", line 23, in <module> from twisted.internet import _glibbase File "/usr/lib/python2.7/dist-packages/twisted/internet/_glibbase.py", line 20, in <module> from twisted.internet import base, posixbase, selectreactor File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 27, in <module> from twisted.internet._resolver import ( File "/usr/lib/python2.7/dist-packages/twisted/internet/_resolver.py", line 25, in <module> from twisted.internet.address import IPv4Address, IPv6Address File "/usr/lib/python2.7/dist-packages/twisted/internet/address.py", line 23, in <module> class IPv4Address(object): File "/usr/lib/python2.7/dist-packages/twisted/internet/address.py", line 37, in IPv4Address type = attr.ib(validator=attr.validators.in_(["TCP", "UDP"])) I'm using 18.7.0-2~bpo9+1 and python 2.7.13-2 (as the default on Stretch). Cheers, u.
--- End Message ---
--- Begin Message ---Version: 20.3.0-7 Hello Ulrike, this issue could have been closed for a longer time, it was probably just forgotten to add some mention of this issue within in one of the past prepared uploads. python3-twisted has the needed version dependency on python-attrs > 17.1.0 for some time now. So I will close this report now by this email. Regards Carsten Am Thu, Oct 25, 2018 at 08:42:00PM +0000 schrieb Ulrike Uhlig: > After some research, this is actually not due to python-twisted but to a > change in the API of python-attrs in 17.1.0 > (http://www.attrs.org/en/stable/changelog.html). > > But python-twisted from stretch-backports has no versioned dependency on > python-attrs > 17.1.0. Installing python-attrs from stretch-backports > fixes the issue. > > #910056 seems to concern the same problem and possibly #911771 should be > merged with it. > > Ulrike
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
