Ticket #5088 regression closed fixed
cfreactor cannot be imported
| Reported by: | exarkun | Owned by: | exarkun |
|---|---|---|---|
| Priority: | highest | Milestone: | Twisted-11.1 |
| Component: | core | Keywords: | |
| Cc: | Branch: |
branches/cfreactor-import-5088
(diff, github, buildbot, log) |
|
| Author: | exarkun | Launchpad Bug: |
Description
>>> from twisted.internet import cfreactor
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/zope/__init__.py:1: UserWarning: Module twisted was already imported from twisted/__init__.pyc, but /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python is being added to sys.path
__import__('pkg_resources').declare_namespace(__name__)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/exarkun/Projects/Twisted/trunk/twisted/internet/cfreactor.py", line 24, in <module>
from twisted.internet.selectreactor import _NO_FILENO, _NO_FILEDESC
ImportError: cannot import name _NO_FILENO
Change History
Note: See
TracTickets for help on using
tickets.
