Problems with twisted version 10.0.0
Bug #585504 reported by
Bartek Wilczynski
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PyBridge |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
pybridge developmental version does not work with new twisted installed in ubuntu lucid lynx.
The first problem is that the dependency assumes that the newer versions of twisted are > "2.5.0", which fails fore the current version "10.0.0". I guess this might as well be a bug in twisted versioning. In version 0.3 of pybridge, changing this dependency solves the problem.
In development branch, the problem persists even if the dependency is changed. Namely, after creating a new table the client displays an empty window entitled program error...
Related branches
Changed in pybridge: | |
status: | New → Confirmed |
Changed in pybridge: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
Thanks for your report. The first problem is indeed a bug in the bin/pybridge script, as documented at https:/ /bugs.launchpad .net/ubuntu/ +source/ pybridge/ +bug/580224
I have not managed to replicate your second problem. The development version of the PyBridge client not currently compatible with the PyBridge 0.3 server: are you connecting to a 0.3 server? Furthermore, if you run "pybridge" from a terminal and repeat the steps that cause the error, do you receive any error messages in the terminal?