hellanzb not working in 12.04 unstable: ImportError: cannot import name _NO_FILENO

Bug #957323 reported by Ralf
This bug report is a duplicate of:  Edit Remove
38
This bug affects 8 people
Affects Status Importance Assigned to Milestone
hellanzb (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

$ hellanzb
Traceback (most recent call last):
  File "/usr/bin/hellanzb", line 14, in <module>
    from Hellanzb.Core import main
  File "/usr/lib/pymodules/python2.7/Hellanzb/Core.py", line 9, in <module>
    from Hellanzb.HellaReactor import HellaReactor
  File "/usr/lib/pymodules/python2.7/Hellanzb/HellaReactor.py", line 14, in <module>
    from twisted.internet.selectreactor import _NO_FILENO
ImportError: cannot import name _NO_FILENO

maybe a regression of 549652

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: hellanzb 0.13-6.1
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Fri Mar 16 19:50:32 2012
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: hellanzb
UpgradeStatus: Upgraded to precise on 2012-03-11 (4 days ago)
modified.conffile..etc.hellanzb.conf: [modified]
mtime.conffile..etc.hellanzb.conf: 2011-11-16T18:53:25.542552

Related branches

Revision history for this message
Ralf (ralf-kaestner) wrote :
Revision history for this message
Ralf (ralf-kaestner) wrote :

quick hack to fix this is:

/usr/lib/pymodules/python2.7/Hellanzb/HellaReactor.py

change lines 14 and 15 to

    from twisted.internet.posixbase import _NO_FILENO
    from twisted.internet.posixbase import _NO_FILEDESC

_dan_ (dan-void)
Changed in hellanzb (Ubuntu):
status: New → Confirmed
Revision history for this message
martijntje (martijntje) wrote :
Revision history for this message
BarryW (bazzawill) wrote :

I can confirm the work around worked for me

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.
  • Duplicate of a private bug Remove

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.