In FICS play, the Seek Panel seems to have changed to something a
little more basic. Is there any way to get back to the options that
were available in 0.10 final? That is, be able to have more control
over the ratings of players (e.g. 1000 +/- 100) you can play. And
there used to be three full game settings, right?
Anyway, 1 vote for the old style. Maybe it was too confusing for some?
When I try to run 0.10.1beta2-1 from the Google Code deb file, I get a
problem:
File "/usr/local/bin/pychess", line 38, in <module>
pychess.Main.run(sys.argv[1:])
TypeError: run() takes exactly 4 arguments (1 given)
I may go back to 0.10 final for a while.
Sorry again.
in 0.10.1.beta2 the similar line is:
pychess.Main.run(no_debug, glock_debug, thread_debug, chess_file)
Seems you had mixed files from different versions of pychess somehow.