rajrakeshdr / pychess

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

pychess doesn't start on Ubuntu Gutsy #303

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. dowload beta4 .deb
2. install it on Ubuntu Gutsy
3. start pychess

What is the expected output? What do you see instead?
ERROR: Could not import modules.
Please try to run pychess as stated in the INSTALL file

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

Please use labels and text to provide additional information.
The pychess script in .deb starts with
#!/usr/bin/python2.4
instead of
#!/usr/bin/python
but on Gutsy the default Python is 2.5

Original issue reported on code.google.com by gbtami on 23 Jan 2008 at 5:37

GoogleCodeExporter commented 9 years ago
And this gets fixed if you change #!/usr/bin/python2.4 to #!/usr/bin/python ?

Original comment by lobais on 23 Jan 2008 at 8:05

GoogleCodeExporter commented 9 years ago
You'll have it for Gutsy on www.GetDeb.net when bug 301 is fixed.

Original comment by goth...@gmail.com on 24 Jan 2008 at 11:46

GoogleCodeExporter commented 9 years ago
> And this gets fixed if you change #!/usr/bin/python2.4 to #!/usr/bin/python ?

Yes.
I don't understand why it was changed when .deb was created.
In Gutsy the /usr/bin/python is a symlink to the default python, which can be
python2.4 or python2.5, but Python is 2.5 by default.

Original comment by gbtami on 24 Jan 2008 at 6:43

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 20 Feb 2008 at 8:19