iamLovingJerk / pychess

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

0.7 Doesn't work when installed #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
leonardo@ubuntu:~/Desktop/pychess-0.7$ pychess
Traceback (most recent call last):
  File "/usr/bin/pychess", line 30, in ?
    import pychess.Main
  File "/usr/lib/python2.4/site-packages/pychess/Main.py", line 13, in ?
    from pychess.widgets import ionest
  File "/usr/lib/python2.4/site-packages/pychess/widgets/ionest.py", line
125, in ?
    lang = [l for l in man.get_available_languages() if l.get_name() ==
"PGN"][0]
IndexError: list index out of range

Original issue reported on code.google.com by leogregianin@gmail.com on 28 Mar 2007 at 2:33

GoogleCodeExporter commented 9 years ago
Does this happen when you start the program, or only if you go to the "Enter 
Game"
dialog?
Does this only happen if you install 0.7, or also if you run it from the folder 
with
"$PYTHONPATH=lib/ ./pychess" ?

Original comment by lobais on 28 Mar 2007 at 2:37

GoogleCodeExporter commented 9 years ago
This happen when I start the program and run pychess 0.7.

Original comment by leogregianin@gmail.com on 28 Mar 2007 at 5:10

GoogleCodeExporter commented 9 years ago
Ok.
On your command "leonardo@ubuntu:~/Desktop/pychess-0.7$ pychess" it seems to me 
like
you stand in the source directory, but run an installed version of pychess? Am 
I correct?
Now, have you just installed pychess 0.7, or is the installed version an older 
version?

I Guess the problem either lies in pychess 0.7 not being able to run properly 
after
installation or that you run pychess 0.7 with the 0.6 library (which is 
installed)

Original comment by lobais on 28 Mar 2007 at 5:15

GoogleCodeExporter commented 9 years ago
I installed trunk version (0.6) and run ok. 

Later, I deleted two folders:
* /usr/lib/python2.4/site-packages/pychess
* /usr/share/games/pychess

And I installed 0.7 version. The installation is ok, and I'm run pychess not of 
the
source directory and yes of /usr/lib/python2.4/site-packages/pychess/.

Original comment by leogregianin@gmail.com on 28 Mar 2007 at 6:05

GoogleCodeExporter commented 9 years ago
Ok, then PyChess 0.7 probably have som problems when installed. Sounds likely. I
haven't tried to install it myself yet. It's only a developing version.

Does it run better if you run it directly from the source directory?
"$PYTHONPATH=lib/ ./pychess"

Original comment by lobais on 28 Mar 2007 at 8:11

GoogleCodeExporter commented 9 years ago
With "$PYTHONPATH=lib/ ./pychess" running ok ;-)

Original comment by leogregianin@gmail.com on 29 Mar 2007 at 7:57

GoogleCodeExporter commented 9 years ago
Does this also "fix" 163, 164 and 165?

Original comment by lobais on 10 Apr 2007 at 3:12

GoogleCodeExporter commented 9 years ago
Do you can close these bugs, thanks.

Original comment by leogregianin@gmail.com on 10 Apr 2007 at 4:20

GoogleCodeExporter commented 9 years ago
It's closed.

Original comment by lobais on 21 May 2007 at 3:19