DLyons
DLyons
Hi Antony, Thanks for the reply - I appreciate it! I used "deal" successfully about a year ago but when I tried to reuse it I had problems with Tcl...
P.S. Same issue arose when trying to run from IDLE Python 3.5.0 (v3.5.0:374f501f4567, Sep 13 2015, 02:27:37) [MSC v.1900 64 bit (AMD64)] on win32 Type "copyright", "credits" or "license()" for...
I'm currently playing in Montpellier and have just joined the FFB Donal.
Or similarly C:\Users\DLyons\Downloads\redeal-master\redeal-master>python -m redeal examples/ deal1.py Traceback (most recent call last): File "C:\Users\DLyons\AppData\Local\Programs\Python\Python35-32\lib\runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "C:\Users\DLyons\AppData\Local\Programs\Python\Python35-32\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\Users\DLyons\Downloads\redeal-master\redeal-master\redeal__main__.py...
Many thanks Antony, That fixes the two issues I was having. I do get a new error, but that's another day's work :-) C:\Users\DLyons\Downloads\redeal-master\redeal-master>python -m redeal Traceback (most recent call...
Just as a quick fix I've changed global_defs to class Suit(_Enum): S = 0, " S", "S" H = 1, " H", "H" D = 2, " D", "D" C...
Antony, I think I'm misinterpreting something here, It looks to me like, of the 40 deals, 6 have a 6-card spade suit, 6 have a 5-card spade suit. 5 have...
OK - I see how I was misreading it now. It's 10 sets of 4 deals, not 40 N hands!!! I'll get back to you re possible clarification. Donal. On...
I took the data from your example at https://github.com/anntzer/redeal The first col is the N hand and seems to contain 4 hands with a six card suit - so might...
Line 75 I think needs to be changed to "for seat in global_defs.Seat:"