Opened 14 years ago

Last modified 14 years ago

#25807 closed defect

hellanzb.py fails to start — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.