Your message dated Sat, 4 Jan 2014 18:20:30 +0100 with message-id <[email protected]> and subject line Re: "ImportError: cannot import name poll" on hurd architecture has caused the Debian Bug report #693436, regarding "ImportError: cannot import name poll" on hurd architecture 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.) -- 693436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693436 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-twisted-core Version: 12.0.0-1 Severity: important Hi, When importing twisted.internet.reactor[0] on a machine running hurd-i386, I get the following error: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/twisted/internet/reactor.py", line 37, in <module> from twisted.internet import default File "/usr/lib/python2.7/dist-packages/twisted/internet/default.py", line 50, in <module> install = _getInstallFunction(platform) File "/usr/lib/python2.7/dist-packages/twisted/internet/default.py", line 44, in _getInstallFunction from twisted.internet.pollreactor import install File "/usr/lib/python2.7/dist-packages/twisted/internet/pollreactor.py", line 16, in <module> from select import error as SelectError, poll ImportError: cannot import name poll Cheers Laurent Bigonville [0] python -c 'import twisted.internet.reactor' -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.6-trunk-amd64 (SMP w/8 CPU cores) Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---It seems this got fixed at some point, probably because we fixed some details in the poll() behavior, so that python now accepts using it. Samuel
--- End Message ---

