fowode / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

The Chat window in the playing game window didn't work #792

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.connect to FICS
2.play a game
3.chat during this game

What is the expected output? What do you see instead?
If you start to chat during a game the conversation continue in the channel 
chat window not in the game chat window, so during the game you can't follow 
what is saying. Same if your opponent start to chat with you during a game, it 
didn't appear the game chat window but in the channel chat window, so you don't 
see it...

Does it happen every time?
Yes

What version of the product are you using?
pychess 0.12 anderssen beta 2

Did you use an installed version of PyChess or did you run in from a
tarball/svn?
.deb installation from pychess.org

Please provide any additional information below.

Please attach the latest pychess logfile. It's in a hidden folder, under
your homedirectory, named ".local/share/pychess/"

Original issue reported on code.google.com by yoanntar on 21 Jul 2013 at 7:17

GoogleCodeExporter commented 9 years ago
Fixed in today commits. Can you try it from hg sources, please?

http://code.google.com/p/pychess/source/checkout
You can run it from command line, where you checked out with:
PYTHONPATH=lib python pychess

Original comment by gbtami on 21 Jul 2013 at 9:06

GoogleCodeExporter commented 9 years ago
I try this but i have an error at the end, i'm not a geek i don't really 
understand how it works...:

hg clone https://code.google.com/p/pychess/
destination directory: pychess
requesting all changes
adding changesets
adding manifests
adding file changes
added 2583 changesets with 7807 changes to 1357 files (+9 heads)
updating to branch default
898 files updated, 0 files merged, 0 files removed, 0 files unresolved

ThinkPad-R400:~$ PYTHONPATH=lib python pychess
/usr/bin/python: can't find '__main__' module in 'pychess'

Original comment by yoanntar on 22 Jul 2013 at 10:18

GoogleCodeExporter commented 9 years ago
Before running pychess, you have to change to go the pychess directory with:
cd pychess

Original comment by gbtami on 22 Jul 2013 at 1:40

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks the software launch!

I will try to chat in a game on the temp fics2.freechess.org server as soon as 
possible.

PS i'm not very good in computer, can you tell me if the procedure i follow on 
this topic apply changes to my pychess 0.12 anderssen beta 2 software or is an 
independant emulation use just for development? Thanks.

Original comment by yoanntar on 22 Jul 2013 at 9:56

GoogleCodeExporter commented 9 years ago
Hg clone created a local source repository in your home directory (in pychess 
dir). This doesn't touch the installed pychess package at all. They can live 
and run independently in your computer.

Original comment by gbtami on 23 Jul 2013 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 23 Jul 2013 at 8:37