feeks

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

flok

Re: feeks

Post by flok »

not yet!
lukasmonk
Posts: 45
Joined: Sun Feb 07, 2010 7:35 pm
Location: Spain

Re: feeks

Post by lukasmonk »

Norbert in other thread ask me for a binary:

https://drive.google.com/file/d/1n0uB1w ... sp=sharing

The procedure is very simple, I have installed pyinstaller (pip install pyinstaller)
then in a terminal in the source folder of feeks: pyinstaller main.py -F -c
lukasmonk
Posts: 45
Joined: Sun Feb 07, 2010 7:35 pm
Location: Spain

Re: feeks

Post by lukasmonk »

If you are looking for speed, one of the possibilities to study is to pass part of the code to cython, probably with few changes.
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: feeks

Post by Guenther »

flok wrote:Also googled for it and it may have to do with import socket being required and/or select not working for other filedescriptors than sockets (and I use it on stdin).
Folkert, will you try to fix this at some point or is it intended to be used only under linux for now?
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
User avatar
Sylwy
Posts: 4464
Joined: Fri Apr 21, 2006 4:19 pm
Location: IASI - the historical capital of MOLDOVA
Full name: SilvianR

Re: feeks

Post by Sylwy »

Guenther wrote:
flok wrote:Also googled for it and it may have to do with import socket being required and/or select not working for other filedescriptors than sockets (and I use it on stdin).
Folkert, will you try to fix this at some point or is it intended to be used only under linux for now?
Pointed ! THANK YOU !!!
flok

Re: feeks

Post by flok »

I will see what I can do!
It is on the todo list.
I have to find a way to have a seperate thread in python waiting for calculation while in the main thread I have a read on stdin with a timeout. Polling on stdin is ok for me as well.
User avatar
gbtami
Posts: 389
Joined: Wed Sep 26, 2012 1:29 pm
Location: Hungary

Re: feeks

Post by gbtami »

flok wrote:I will see what I can do!
It is on the todo list.
I have to find a way to have a seperate thread in python waiting for calculation while in the main thread I have a read on stdin with a timeout. Polling on stdin is ok for me as well.
You can see a working examle at https://github.com/pychess/pychess/blob ... essCECP.py
flok

Re: feeks

Post by flok »

Ok I've pushed a version that hopefully also works on windows to github.
lukasmonk
Posts: 45
Joined: Sun Feb 07, 2010 7:35 pm
Location: Spain

Re: feeks

Post by lukasmonk »

I have tested a little and it works now in Windows, here a link to a binary:

https://drive.google.com/open?id=1Zn886 ... BCO9bTlEQz
User avatar
Sylwy
Posts: 4464
Joined: Fri Apr 21, 2006 4:19 pm
Location: IASI - the historical capital of MOLDOVA
Full name: SilvianR

Re: Works

Post by Sylwy »

lukasmonk wrote:I have tested a little and it works now in Windows, here a link to a binary:

https://drive.google.com/open?id=1Zn886 ... BCO9bTlEQz
WOW !!!! Work ! Both (.exe and.py) !!!!!! :lol:
THANK YOU A LOT !!!

Already Feeks 2018.01.09 is in my Python Tournament !!!!!!

Image