[Bug 365730] Re: pychess can't be started

2013-06-14 Thread marco taswin
It just did now came out, when I clicked the Icon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/365730 Title: pychess can't be started To manage notifications about this bug go to:

[Bug 365730] Re: pychess can't be started

2009-11-01 Thread grofaty
Today I have installe PyChess in Karmic from repository using command 'sudo apt-get install pychess' and it looks this bug is fixed. I think problem can be marked as solved. -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a

Re: [Bug 365730] Re: pychess can't be started

2009-09-30 Thread nobodie
so if the repo flavour is broken how about we fix that instead of moving epople to the SVN version which, as mentioned above, is beta material. I have been waiting for almost a year for a fix to this. Yes, it could also work to take the RPM version from fedora and run it through aliens qand

Re: [Bug 365730] Re: pychess can't be started

2009-09-30 Thread Thomas Dybdahl Ahle
I believe the svn version is currently the most stable code we've got. The 0.8.x stable was also good until recent fedore/ubuntu/gnome upgrades, but it is a hell to fix, and we are currently low on developing time, so we rather focus on our next release. I hope to soon have more time for PyChess

[Bug 365730] Re: pychess can't be started

2009-09-30 Thread grofaty
Thomas, version 0.8.x was working fine, but it was just freezing so many times in Ubuntu (on my two home computers), that I upgraded to 0.10.x and since then I have never witnes a freeze. I think the latest svn is way more stable that 0.8.x ever was. I suggest to make a new beta or even better

[Bug 365730] Re: pychess can't be started

2009-09-29 Thread jcwinnie
o.K. some other upgrades occurred. Thought I would try pychess again. Did not work. Used Synaptic and did a re-installation. It worked. Ah-hah. So I totally exited pychess, then re-started. Did not work (As in you get to the chess board, and it is frozen.) Pretty sneaky bug, eh? -- pychess

[Bug 365730] Re: pychess can't be started

2009-09-29 Thread grofaty
Hi, a really gave up using PyChess from repository, because it just doesn't work, it is broken. I suggest you to install PyChess directly from subversion directory: 1. Install subversion sudo apt-get install subversion 2. Download files fromo subversion svn checkout

[Bug 365730] Re: pychess can't be started

2009-09-29 Thread grofaty
Hi, by the way, if you are from non-English country you can create translation files by compiling po file to mo file, by executing command: msgfmt ${HOME}/pychess-read-only/lang/template.po -o ${HOME}/pychess-read-only/lang/[your_language]/LC_MESSAGES/pychess.mo Note: instead of [your_language]

Re: [Bug 365730] Re: pychess can't be started

2009-09-29 Thread Thomas Dybdahl Ahle
Great, so we should post a new beta. Regads Thomas On Tue, Sep 29, 2009 at 9:23 PM, grofaty grof...@hotmail.com wrote: Hi, a really gave up using PyChess from repository, because it just doesn't work, it is broken. I suggest you to install PyChess directly from subversion directory: 1.

[Bug 365730] Re: pychess can't be started

2009-09-25 Thread jcwinnie
pychess not working again after louis, python-louis, etc. were re- installed at the insistence of aptitude. -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 365730] Re: pychess can't be started

2009-09-23 Thread jcwinnie
ubuntu karmic pychess: Installed: 0.10beta1-2 Candidate: 0.10beta1-2 Version table: *** 0.10beta1-2 0 100 /var/lib/dpkg/status 0.10~beta1-1 0 500 http://us.archive.ubuntu.com karmic/universe Packages it didn't work. upgraded to beta and it worked, then most recent

[Bug 365730] Re: pychess can't be started

2009-09-23 Thread jcwinnie
remove pychess, apt-get autoremove python leftovers, reinstalled pychess, works from menu. -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 365730] Re: pychess can't be started

2009-09-04 Thread picobird
the log file: 18:22:14 Default Debug: Started 18:22:15 stdout Debug: /usr/local/lib/python2.6/dist-packages/pychess/System/uistuff.py:368: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated self.glade = gtk.glade.XML(addDataPrefix(glade/%s % filename))

[Bug 365730] Re: pychess can't be started

2009-05-28 Thread Andres Mujica
** Bug watch added: code.google.com/p/pychess/issues #449 http://code.google.com/p/pychess/issues/detail?id=449 ** Also affects: pychess via http://code.google.com/p/pychess/issues/detail?id=449 Importance: Unknown Status: Unknown -- pychess can't be started

[Bug 365730] Re: pychess can't be started

2009-05-06 Thread Thomas Dybdahl Ahle
This has been fixed upstream: http://code.google.com/p/pychess/issues/detail?id=449 please update downstream versions. -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 365730] Re: pychess can't be started

2009-04-27 Thread grofaty
@Joao Trindade, I see python2.5 is already installed. So I edited file /usr/games/pychess to #!/usr/bin/python2.5 Then I have executed command pychess and got the following errors: === Exception in thread Thread-2: Traceback (most recent call last): File

[Bug 365730] Re: pychess can't be started

2009-04-26 Thread Joao Trindade
I've come up with a very ugly temporary fix. If you don't have first install python2.5 and then just edit the file /usr/games/pychess and in the first line change #!/usr/bin/python to #!/usr/bin/python2.5 -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug

[Bug 365730] Re: pychess can't be started

2009-04-26 Thread Andres Mujica
as per bug #78395 the upstream report cannot be linked here. However according to upstream and comments here the cause for this issue is explained here: https://lists.ubuntu.com/archives/ubuntu-devel/2009-February/027439.html and workaround:

[Bug 365730] Re: pychess can't be started

2009-04-26 Thread Andres Mujica
** Tags added: metabug -- pychess can't be started https://bugs.launchpad.net/bugs/365730 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

[Bug 365730] Re: pychess can't be started

2009-04-25 Thread grofaty
Hi, there is a bug reported in upstream project: http://code.google.com/p/pychess/issues/detail?id=449 The answer is: In hes Python 2.6.2 package Ubuntu changed site-packages dir name to dist-packages, so our prefix.py fails on finding data dirs. So it looks previous 2.5 version of Python has

[Bug 365730] Re: pychess can't be started

2009-04-24 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: * Is this reproducible? * If so, what specific steps should we take to recreate this bug? * Do you have any error on the command line when running it? This will help us to

[Bug 365730] Re: pychess can't be started

2009-04-24 Thread Joao Trindade
I also have this bug. The following attachment contains the error when launching pychess with no arguments. Hope it helps. ** Attachment added: Error when lauching pychess http://launchpadlibrarian.net/25944649/error.txt -- pychess can't be started https://bugs.launchpad.net/bugs/365730

[Bug 365730] Re: pychess can't be started

2009-04-24 Thread Wouter Stomp
I can confirm the problem, it happens everytime directly after starting pychess. ** Changed in: pychess (Ubuntu) Status: Incomplete = Confirmed -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a member of Ubuntu Bugs,