kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #24910
Re: Python build options
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Wayne Stambaugh <stambaughw@xxxxxxxxx>
-
Date:
Tue, 7 Jun 2016 14:31:34 -0400
-
In-reply-to:
<CAOuK9Lj=+7ycgz7FuM0K=+4tEH06RRStpQ+7aC_dLHbqvqhJ=Q@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1
wxPython is (was?) the problem child. When the python scripting was
originally written, wxPython wasn't always provided in a usable form on
all platforms (think Windows with native python) so we had to be able to
provide a python pcbnew library without wxPython support. Since the
advent of the msys2 project, this is much less of an issue. I'm not
sure merging these all into a single build option is completely risk free.
On 6/7/2016 2:25 PM, Nick Østergaard wrote:
> What about one that just enables all three, for example -DKICAD_PYTHON?
>
> And it would enable?
> -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
>
>
> 2016-06-07 20:24 GMT+02:00 Simon Wells <swel024@xxxxxxxxx>:
>> Is there anyone who doesn't use All or None of the python build
>> options? As with how codependent a lot of the code has become it seems
>> pointless still having the 3 build options. Would it not be better to
>> just have one saying -DKICAD_PYTHON or -DKICAD_SCRIPTING?
>>
>> Simon
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help : https://help.launchpad.net/ListHelp
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References