← Back to team overview

kicad-developers team mailing list archive

Re: Packaging the python footprint wizards for the release

 

You should still be able build the Python scripting on OSX.  Don't
enable KICAD_SCRIPTING_WXPYTHON.

On 9/28/2015 4:02 PM, Nick Østergaard wrote:
> The python based footprint wizards does not use the python console...
> 
> 2015-09-28 21:50 GMT+02:00 Bernhard Stegmaier <stegmaier@xxxxxxxxxxxxx>:
>> Hi,
>>
>> I guess the paths defined in this kicadplugins.i are also pretty useless for OS X:
>> * This will never reach the <kicad.app Bundle>/Contents/SharedSupport/plugins/ folder where the shipped plugins will probably go into
>> * It should add probably some $HOME/Library/Application Support/kicad/plugins folder for user defined script plugins
>> (Except you have those paths in your system $PATH, what you normally won’t want to…)
>>
>> Should this be changed for stable release for OS X?
>> Will the stable release be shipped with scripting support on OS X?
>> Last time I tried it wasn’t really usable because of the clashes with the menu hotkeys in the python console…
>>
>>
>> Regards,
>> Bernhard
>>
>>> On 28.09.2015, at 20:56, LordBlick <lordblick@xxxxxxxxx> wrote:
>>>
>>> In response to a message written on 28.09.2015, 20:31, from Wayne Stambaugh:
>>>> Maybe we should put the python scripts in share/kicad/scripting/python
>>> +1
>>>>>>> ${KICAD_PATH}/scripting/plugins
>>>>>>> ${HOME}/.kicad_plugins
>>>>>>> ${HOME}/.kicad/scripting/plugins
>>> Also with minimum, add ${HOME}/.local/share/kicad/scripting/python
>>> here.
>>> --
>>> Best Regards,
>>> LordBlick
>>>
>>> _______________________________________________
>>> 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
> 
> _______________________________________________
> 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
> 


References