See:
https://stackoverflow.com/questions/11887762/compare-version-strings-
in-python
If you do as that suggested by replacing the comparison with:
StrictVersion(twisted.copyright.version) <
StrictVersion(TWiSTED_REQUIRED)
I think it'll work.
--
You received this bug notification because y
** Branch linked: lp:~dylex/pybridge/oldlady
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/580224
Title:
pybridge doesn't start
To manage notifications about this bug go to:
https://bugs.launchpad.
** Changed in: pybridge (Debian)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/580224
Title:
pybridge doesn't start
--
ubuntu-bugs mailing list
ubuntu-bugs@lists
I confirm the bug. I'm using Ubuntu 10.04, Kernel Linux 2.6.32-27
-generic-pae.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/580224
Title:
pybridge doesn't start
--
ubuntu-bugs mailing list
ubunt
** Changed in: pybridge (Debian)
Status: Unknown => New
--
pybridge doesn't start
https://bugs.launchpad.net/bugs/580224
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
htt
** Bug watch added: Debian Bug tracker #583159
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583159
** Also affects: pybridge (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583159
Importance: Unknown
Status: Unknown
--
pybridge doesn't start
https://bugs.launchp
Stefan is correct: the string comparison assumes the first character of
twisted.copyright.version to be in range '2'..'9'. (In my defence,
Twisted was at version 2.x when I wrote that code.)
A quick fix is to comment out the following lines of /usr/games/pybridge
(lines 48-50):
# import twisted.c
** Changed in: pybridge (Ubuntu)
Status: New => Confirmed
--
pybridge doesn't start
https://bugs.launchpad.net/bugs/580224
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
h
Indeed, this patch for /usr/games/pybridge does the trick:
32c32
< TWISTED_REQUIRED = '10.0.0'
---
> TWISTED_REQUIRED = '2.0.0'
--
pybridge doesn't start
https://bugs.launchpad.net/bugs/580224
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
Here is the problem:
if twisted.copyright.version < TWISTED_REQUIRED:
raise SystemExit, "Error: Twisted Core %s+ required" % TWISTED_REQUIRED
'10.0.0' is less than '2.0.0'.
--
pybridge doesn't start
https://bugs.launchpad.net/bugs/580224
You received this bug notification because you ar
Confirmed. Pybridge client need twisted 2.5, while lucid installs
10.0.0.
--
pybridge doesn't start
https://bugs.launchpad.net/bugs/580224
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubu
11 matches
Mail list logo