Comment 14 for bug 365730

Revision history for this message
grofaty (grofaty) 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. Install subversion
sudo apt-get install subversion

2. Download files fromo subversion
svn checkout http://pychess.googlecode.com/svn/trunk/ pychess-read-only

3. Move to pychess-read-only dir
cd pychess-read-only

4. Run Pychess
PYTHONPATH=lib/ ./pychess

Regards