You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(15) |
Aug
|
Sep
(72) |
Oct
(34) |
Nov
(10) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(22) |
Mar
(9) |
Apr
(11) |
May
(18) |
Jun
(68) |
Jul
(10) |
Aug
(4) |
Sep
(13) |
Oct
(29) |
Nov
(21) |
Dec
(24) |
2007 |
Jan
(32) |
Feb
(19) |
Mar
(11) |
Apr
(14) |
May
(8) |
Jun
(7) |
Jul
(3) |
Aug
|
Sep
|
Oct
(8) |
Nov
(26) |
Dec
(16) |
2008 |
Jan
(1) |
Feb
(4) |
Mar
(4) |
Apr
(25) |
May
(23) |
Jun
(22) |
Jul
(18) |
Aug
(61) |
Sep
(129) |
Oct
(106) |
Nov
(99) |
Dec
(24) |
2009 |
Jan
(6) |
Feb
(2) |
Mar
(29) |
Apr
(84) |
May
(106) |
Jun
(70) |
Jul
(56) |
Aug
(42) |
Sep
(62) |
Oct
(140) |
Nov
(38) |
Dec
(9) |
2010 |
Jan
(19) |
Feb
(15) |
Mar
(32) |
Apr
(36) |
May
(28) |
Jun
(17) |
Jul
(12) |
Aug
(13) |
Sep
(7) |
Oct
(9) |
Nov
(156) |
Dec
(56) |
2011 |
Jan
(53) |
Feb
(25) |
Mar
(6) |
Apr
|
May
(1) |
Jun
(22) |
Jul
(8) |
Aug
(20) |
Sep
(50) |
Oct
(60) |
Nov
(44) |
Dec
(3) |
2012 |
Jan
(2) |
Feb
(11) |
Mar
(32) |
Apr
(35) |
May
(13) |
Jun
(90) |
Jul
(15) |
Aug
(27) |
Sep
(15) |
Oct
(28) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
(119) |
Mar
(91) |
Apr
(68) |
May
(29) |
Jun
(24) |
Jul
(4) |
Aug
(14) |
Sep
(3) |
Oct
(11) |
Nov
(31) |
Dec
(36) |
2014 |
Jan
(48) |
Feb
(1) |
Mar
(23) |
Apr
(14) |
May
(15) |
Jun
(4) |
Jul
(8) |
Aug
(18) |
Sep
|
Oct
(14) |
Nov
|
Dec
(5) |
2015 |
Jan
(2) |
Feb
|
Mar
(11) |
Apr
(3) |
May
(44) |
Jun
(14) |
Jul
(7) |
Aug
(2) |
Sep
(5) |
Oct
(23) |
Nov
(27) |
Dec
(7) |
2016 |
Jan
(15) |
Feb
(22) |
Mar
(23) |
Apr
(41) |
May
(25) |
Jun
(1) |
Jul
(27) |
Aug
(9) |
Sep
(5) |
Oct
|
Nov
(27) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
(3) |
Apr
(2) |
May
(1) |
Jun
(18) |
Jul
(16) |
Aug
(11) |
Sep
|
Oct
(3) |
Nov
|
Dec
|
2018 |
Jan
(11) |
Feb
(2) |
Mar
(3) |
Apr
|
May
(13) |
Jun
(12) |
Jul
(16) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2019 |
Jan
|
Feb
(3) |
Mar
(21) |
Apr
(8) |
May
(12) |
Jun
|
Jul
|
Aug
(4) |
Sep
(4) |
Oct
(2) |
Nov
(5) |
Dec
(16) |
2020 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
(16) |
Jun
|
Jul
(10) |
Aug
(24) |
Sep
(31) |
Oct
(17) |
Nov
(4) |
Dec
|
2021 |
Jan
(3) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(12) |
Dec
(10) |
2022 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
(15) |
May
(4) |
Jun
|
Jul
|
Aug
(15) |
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
(1) |
Apr
(6) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2025 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
|
5
(3) |
6
|
7
|
8
|
9
(1) |
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
|
|
From: Scorbie <sco...@gm...> - 2020-11-09 02:17:11
|
Dear Golly Gang members and Golly-Testers, Hope you all are doing well. Supporting Python in Windows is full of quirks and un-reproducibilities ;) After inspecting I see that loading Python is more nuianced than I have thought. (It is solvable with some caveats; I'll leave the details as a postscript.) On the conwaylife discord, there are some ideas for an alternative mechanism for loading Python (mostly by WildMyron): A. Try to load the most frequent paths of Python, by default. B. (Not exclusive to A) Use a FileDialog to let the user choose the DLL explicitly. C. (Exclusive to A and B) Embed a Python Interpreter in Golly and don't ask for any paths. What do you think about these alternatives? Best wishes to you, Scorbie (Dongook Lee) === PostScript - Windows Python quirks === 1. Python's Home Path - Python loads it's home path from Registry keys (and Environment variables) - Standard Python distributions set the registry keys, so it has been working without further work from Golly. - But, Golly will crash loading other Python distributions that don't set the registry keys, notably Anaconda. - Therefore we need to retrieve an absolute path of Python's home directory. - This can be done, but then, if (Python 3.x in PATH && python3_dir==python3x.dll) then Python won't load automatically, and the user has to locate Python the first time loading Python. 2. `python3.dll` vs `python3x.dll` - I think it is wise to not support for `python3.dll` (as python3x.dll should work) - Reason: wxWidgets cannot load `python3.dll` in some distributions. - wxWidgets can load `python3.dll`iff the symbols are represented as absolute hex addresses, not sourcing from `python3x.dll` === End of PostScript - Windows Python quirks === |
From: Scorbie <sco...@gm...> - 2020-11-05 09:59:45
|
In theory, python3.dll should also work. (thus user gameoflifemaniac's post is a bug) Also there were reports of crashes using python39.dll, most not reproducible :( I'll email you personally in case this gets off-topic from this mailing list. Best wishes to you, Scorbie (Dongook Lee) On Thu, Nov 5, 2020 at 4:42 PM Andrew Trevorrow <and...@gm...> wrote: > Scorbie: > > I'm aware of the Windows part of the issue reports in the conwaylife >> forums: >> https://conwaylife.com/forums/viewtopic.php?f=7&t=4827&p=109332 >> (Sorry for the python3.dll confusion, that was my bad in the past) >> Am working on it, I hope to finish it in a few hours but may take longer. >> >>> <" rel="nofollow">https://lists.sourceforge.net/lists/listinfo/golly-test> >> >> > I thought the Windows issue had been resolved, so what exactly are you > working on? > (The only issue I'm aware of is that some Mac users can't use Python 3.9 > for some > reason that currently has me baffled.) > > Andrew > > |
From: Andrew T. <and...@gm...> - 2020-11-05 07:43:07
|
Scorbie: I'm aware of the Windows part of the issue reports in the conwaylife forums: > https://conwaylife.com/forums/viewtopic.php?f=7&t=4827&p=109332 > (Sorry for the python3.dll confusion, that was my bad in the past) > Am working on it, I hope to finish it in a few hours but may take longer. > >> <" rel="nofollow">https://lists.sourceforge.net/lists/listinfo/golly-test> > > I thought the Windows issue had been resolved, so what exactly are you working on? (The only issue I'm aware of is that some Mac users can't use Python 3.9 for some reason that currently has me baffled.) Andrew |
From: Scorbie <sco...@gm...> - 2020-11-05 05:52:20
|
I'm aware of the Windows part of the issue reports in the conwaylife forums: https://conwaylife.com/forums/viewtopic.php?f=7&t=4827&p=109332 (Sorry for the python3.dll confusion, that was my bad in the past) Am working on it, I hope to finish it in a few hours but may take longer. Best wishes to you, Scorbie (Dongook Lee) On Fri, Oct 30, 2020 at 9:00 PM Andrew Trevorrow <and...@gm...> wrote: > Golly 4.0 is now available from sourceforge: > > https://sourceforge.net/projects/golly/files/golly/golly-4.0/ > > Andrew > > _______________________________________________ > Golly-test mailing list > Gol...@li... > https://lists.sourceforge.net/lists/listinfo/golly-test > |