← Back to team overview

kicad-developers team mailing list archive

Re: Scripting on Windows Fix

 

Ok, more than 5 minutes, removing WXPYTHON scripting needs a full pcbnew rebuild, probably around 15 min… :)

Miguel Angel Ajo
http://www.nbee.es
+34911407752
skype: ajoajoajo

On 11/03/2013, at 15:26, Miguel Angel Ajo Pelayo <miguelangel@xxxxxxx> wrote:

> I'm going to test it right now, give me 5 minutes :)
> 
> Miguel Angel Ajo
> http://www.nbee.es
> +34911407752
> skype: ajoajoajo
> 
> On 11/03/2013, at 15:25, Dick Hollenbeck <dick@xxxxxxxxxxx> wrote:
> 
>> class PyLOCK
>> {
>>    PyGILState gil_state;
>> 
>> public:
>>    PyLOCK()      { gil_state = PyGILState_Ensure(); }
>>    ~PyLOCK()     { PyGILState_Release( gil_state ); }
>> };
> 


Follow ups

References