[Bug 580224] Re: pybridge doesn't start

2017-11-18 Thread LarryE
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

[Bug 580224] Re: pybridge doesn't start

2011-10-17 Thread Launchpad Bug Tracker
** 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.

[Bug 580224] Re: pybridge doesn't start

2011-02-15 Thread Bug Watch Updater
** 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

[Bug 580224] Re: pybridge doesn't start

2011-01-11 Thread Razvan GHITESCU
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

[Bug 580224] Re: pybridge doesn't start

2010-05-25 Thread Bug Watch Updater
** 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 580224] Re: pybridge doesn't start

2010-05-25 Thread Michael Banks
** 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

[Bug 580224] Re: pybridge doesn't start

2010-05-25 Thread Michael Banks
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

[Bug 580224] Re: pybridge doesn't start

2010-05-25 Thread Michael Banks
** 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

[Bug 580224] Re: pybridge doesn't start

2010-05-25 Thread Bartek Wilczynski
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

[Bug 580224] Re: pybridge doesn't start

2010-05-24 Thread Stefan Istrate
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

[Bug 580224] Re: pybridge doesn't start

2010-05-24 Thread Bartek Wilczynski
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