You are not logged in.

#1 2006-09-19 15:16:00

luke
Member
From: US
Registered: 2004-06-22
Posts: 54

[request] pychess

pychess
http://pychess.googlepages.com/about

Could someone please build this app? Thank you.

Offline

#2 2006-09-19 15:56:50

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: [request] pychess

I second this!


I am a gated community.

Offline

#3 2006-09-19 20:54:22

dadexter
Member
From: Dorval, QC, Canada
Registered: 2004-09-07
Posts: 274
Website

Re: [request] pychess

I third this
err.......

Offline

#4 2006-09-20 02:12:41

kill
Member
Registered: 2004-09-30
Posts: 126

Re: [request] pychess

Added to AUR. Let me know if it doesn't work or if anything needs to be done with the PKGBUILD or launcher. I'm not used to working with Python apps.

Offline

#5 2006-09-20 03:07:26

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: [request] pychess

Thanks kill, I appreciate it. A couple of problems though..

1. The dependency of just python is definitely wrong. At the least, it seems to depend on pygtk (you can therefore remove python) and gconf. Dunno what else, but those two are definite.

2. Why the pychess.sh file? It doesn't even seem to be used.

3. Why do you install of the files manually instead of running the setup.py?


I am a gated community.

Offline

#6 2006-09-20 04:32:37

kill
Member
Registered: 2004-09-30
Posts: 126

Re: [request] pychess

stonecrest wrote:

1. The dependency of just python is definitely wrong. At the least, it seems to depend on pygtk (you can therefore remove python) and gconf. Dunno what else, but those two are definite.

I really wasn't sure about the dependencies for this. I'll take care of them.

stonecrest wrote:

2. Why the pychess.sh file? It doesn't even seem to be used.

It is used. It is placed in /usr/bin and is a wrapper for PyChess.py. It is needed for the .desktop file and for the app to have an entry in /usr/bin. Otherwise you would have to call it directly.

stonecrest wrote:

3. Why do you install of the files manually instead of running the setup.py?

As far as the setup.py goes. Um... It doesn't really do anything in the way of installing it.
setup.py:

import myconf
myconf.set("combobox6", 1)
myconf.set("spinbuttonM", 10)

Offline

#7 2006-09-20 12:30:54

luke
Member
From: US
Registered: 2004-06-22
Posts: 54

Re: [request] pychess

kill,

Thank you!

Offline

#8 2006-09-20 17:07:05

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: [request] pychess

kill wrote:

It is used. It is placed in /usr/bin and is a wrapper for PyChess.py. It is needed for the .desktop file and for the app to have an entry in /usr/bin. Otherwise you would have to call it directly.

Ah you're right.. I searched for pychess.sh, now I see why I missed it roll

kill wrote:

As far as the setup.py goes. Um... It doesn't really do anything in the way of installing it.
setup.py:

import myconf
myconf.set("combobox6", 1)
myconf.set("spinbuttonM", 10)

Weird, you're right. Okay, I take  back my 2 and 3 questions wink


I am a gated community.

Offline

Board footer

Powered by FluxBB