"The specified reactor cannot be used, failed with error: cannot import name enable."
Bug #1103159 reported by
Glyph Lefkowitz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Twisted Buildbot Configuration |
New
|
Undecided
|
Barry Warsaw | ||
pygobject |
New
|
Undecided
|
Unassigned |
Bug Description
After attempting to fix xvfb not starting, the "ubuntu-
./bin/trial: The specified reactor cannot be used, failed with error: cannot import name enable.
<https:/
Maybe this is a bug in Twisted itself, but it seems like the builder ought to be able to get further along. Is it missing some packages post-upgrade?
To post a comment you must log in.
On Jan 22, 2013, at 08:34 PM, Glyph Lefkowitz wrote:
>After attempting to fix xvfb not starting, the "ubuntu- 12.10-py2. 7" /buildbot. twistedmatrix. com/builders/ ubuntu- 12.10-py2. 7-gtk/builds/ 137/steps/ gtk3/logs/ stdio>
>buildbot (which is now actually running 13.04?) now fails with:
>
> ./bin/trial: The specified reactor cannot be used, failed with
>error: cannot import name enable.
>
><https:/
>
>Maybe this is a bug in Twisted itself, but it seems like the builder
>ought to be able to get further along. Is it missing some packages
>post-upgrade?
Possibly, although from the machine's command line:
ubuntu@ twisted- python3- buildbot- slave:~ $ python Warning: gi.pygtkcompat is being deprecated in favor of using "pygtkcompat" directly. python2. 7/dist- packages/ gi/pygtkcompat. py", line 8, in <module>
Python 2.7.3 (default, Jan 6 2013, 12:15:04)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gi.pygtkcompat
__main__:1: PyGIDeprecation
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
from pygtkcompat import (enable,
ImportError: cannot import name enable
>>> import pygtkcompat
>>> pygtkcompat.enable
<function enable at 0xea0ed8>
>>>