> I can't reproduce this bug. Pychess loads without any problems on my
> system. I tried installing pychess on a new system (which didn't have
> pychess till then) and there also it loaded properly.
>
> Has this got something to do with your local settings? Can you please
> try to reproduce this on some other system?
Hi Varun,
I tried that on another system over ssh -X, and indeed it works. So
something is screwed up on my system. I deleted
all .pychess*, I set PYTHONPATH to "", and still I get:
$ pychess
Traceback (most recent call last):
File "/usr/games/pychess", line 37, in ?
import pychess.Main
File "/usr/lib/python2.4/site-packages/pychess/Main.py", line 14, in ?
from pychess.Players.Human import Human
File "/usr/lib/python2.4/site-packages/pychess/Players/Human.py", line 7, in ?
from pychess.widgets.gamewidget import cur_gmwidg
File "/usr/lib/python2.4/site-packages/pychess/widgets/gamewidget.py",
line 61, in ?
from BoardControl import BoardControl
File "/usr/lib/python2.4/site-packages/pychess/widgets/BoardControl.py",
line 13, in ?
from BoardView import BoardView, rect
File "/usr/lib/python2.4/site-packages/pychess/widgets/BoardView.py",
line 19, in ?
import preferencesDialog
File "/usr/lib/python2.4/site-packages/pychess/widgets/preferencesDialog.py",
line 8, in ?
from pychess.Players.engineNest import discoverer
File "/usr/lib/python2.4/site-packages/pychess/Players/engineNest.py",
line 404, in ?
discoverer.start()
File "/usr/lib/python2.4/site-packages/pychess/Players/engineNest.py",
line 272, in start
md5sum = md5.new(open(file).read()).hexdigest()
IOError: [Errno 2] No such file or directory:
'/home/ondra/pychess/Players/PyChess.py'
Look at the weird path - this is the path where I had pychess
installed long time ago, from svn. Any idea where this wrong path is
saved?
Ondrej
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]