Re: [Kicad-developers] [PATCH] Update python defaults

2019-11-10 Thread Ian McInerney
Simon, While Python 2 may be deprecated, I don't think we can change the defaults for master yet. The main issue is the packaging of Windows and Mac still requires Python 2 (based on the discussion in [1]) because the Python 3 packages are not validated/existing yet. Until we have Windows and OSX

Re: [Kicad-developers] [PATCH] Update python defaults

2019-10-27 Thread Carsten Schoenert
Am 26.10.19 um 23:03 schrieb Steven A. Falco: I've been building for Fedora using both KICAD_SCRIPTING_PYTHON3=ON and KICAD_SCRIPTING_WXPYTHON_PHOENIX=ON for quite a while now, FWIW. The same is true for Debian builds of KiCad in unstable/testing and buster/buster-backports for a while (since

Re: [Kicad-developers] [PATCH] Update python defaults

2019-10-26 Thread Steven A. Falco
I've been building for Fedora using both KICAD_SCRIPTING_PYTHON3=ON and KICAD_SCRIPTING_WXPYTHON_PHOENIX=ON for quite a while now, FWIW. I did a few basic tests of scripting and didn't see any problems. Steve On 10/26/19 1:03 PM, Simon Richter wrote: > Hi, > > On 26.10.19 18:55, Simon

[Kicad-developers] [PATCH] Update python defaults

2019-10-26 Thread Simon Richter
Python 2 is deprecated upstream, and most distributions are switching to Python 3 as default, and ship wxPython Phoenix as the wxWidgets binding for Python 3. --- CMakeLists.txt | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index

Re: [Kicad-developers] [PATCH] Update python defaults

2019-10-26 Thread Simon Richter
Hi, On 26.10.19 18:55, Simon Richter wrote: > Python 2 is deprecated upstream, and most distributions are switching > to Python 3 as default, and ship wxPython Phoenix as the wxWidgets > binding for Python 3. This is mainly to get the ball rolling -- before this can be applied on master I'm