Opened 14 years ago

Last modified 14 years ago

#25807 closed defect

hellanzb.py fails to start — at Version 2

Reported by: michaelm@… Owned by: pjenvey@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: py26-twisted Cc: mcalhoun@…
Port: hellanzb

Description (last modified by mf2k (Frank Schima))

Script fails to run. This appears to be related to py26-twisted as rolling back to a previous version allows hellanzb to start successfully.

This is the output I get when it fails.

Traceback (most recent call last):
  File "/opt/local/bin/hellanzb.py", line 17, in <module>
    from Hellanzb.Core import main
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Hellanzb/Core.py", line 9, in <module>
    from Hellanzb.HellaReactor import HellaReactor
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Hellanzb/HellaReactor.py", line 18, in <module>
    from twisted.internet.default import _NO_FILENO
ImportError: cannot import name _NO_FILENO

Change History (2)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Cc: mcalhoun@… added
Owner: changed from macports-tickets@… to pjenvey@…

Please remember to cc the maintainer.

comment:2 Changed 14 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.