Re: [Kicad-developers] Fwd: pcbnew crashes on start since #4757 because of libpython not loaded

2014-06-12 Thread Jean-Samuel Reynaud
Hello, I come back on this issue to give some pieces of analysis. This issue is kicad bug #1299217 (https://bugs.launchpad.net/kicad/+bug/1299217) Actual facts: When compile with option : KICAD_SCRIPTING_WXPYTHON=ON Pcbnew crash at startup with an error: Traceback (most recent call last):

Re: [Kicad-developers] Fwd: pcbnew crashes on start since #4757 because of libpython not loaded

2014-06-12 Thread Dick Hollenbeck
What do you think ? https://bugs.launchpad.net/kicad/+bug/1299217/comments/12 I think you are my hero. I've committed your fix in 4939, and marked the bug report as fixed. Dick On 06/12/2014 08:18 AM, Jean-Samuel Reynaud wrote: Hello, I come back on this issue to give some pieces of

[Kicad-developers] Python Scripting Window event handling

2014-06-12 Thread Dick Hollenbeck
The keys I press when the focus is on the Python Scripting window seem to be filtered by some higher up handler in the pcbnew editor. For example, the 'o' key, and the 'x' key do not make it to the python console. They cause a tool change in the pcbnew editor instead of allowing me add that

Re: [Kicad-developers] Requesting your co-operation for new version of Oscad, a free and open source EDA tool

2014-06-12 Thread Javier Serrano
On Thu, Jun 12, 2014 at 9:26 AM, Javier Serrano javier.serrano.par...@gmail.com wrote: Functional specifications can be discussed before even writing the technical specs, and would include things like: - What type of simulations should be possible? Spice, digital, S-parameter, IBIS for

[Kicad-developers] Fwd: Re: Aw: Re: cvpcb - Cannot assign footprints in netlist

2014-06-12 Thread Michael Heidinger
Okay, yes thats the error. But where the KIGITHUB variable has to be set? Am I right in the assumption that this must be set at compile time? If not, where I have to set these? And where to get those github libraries? Maybe the package should be changed not to confuse also other users. -

Re: [Kicad-developers] Python Scripting Window event handling

2014-06-12 Thread Nick Østergaard
I just compiled 4941 with all the scripting options enabled on my Archlinux and I don't have that problem. I can type the whole alphabet. Version: (2014-06-12 BZR 4941)-kicad Release build wxWidgets: Version 3.0.0 (debug,wchar_t,compiler with C++ ABI 1002,GCC 4.9.0,STL containers,compatible with

Re: [Kicad-developers] Python Scripting Window event handling

2014-06-12 Thread Nick Østergaard
Do you know is there is a cmake switch to use wx 2.8? I could not find a variable in CMakeCache.txt, only the include strings. 2014-06-12 23:27 GMT+02:00 Dick Hollenbeck d...@softplc.com: This fails. A difference is wx 2.8.12. Application: pcbnew Version: (2014-06-12 BZR 4942)-product Debug

Re: [Kicad-developers] Python Scripting Window event handling

2014-06-12 Thread Dick Hollenbeck
I use the path to wx-config. Its CMake variable name is wxWidgets_CONFIG_EXECUTABLE. This is typically enough. But with wxPython it gets harder. On 06/12/2014 04:37 PM, Nick Østergaard wrote: Do you know is there is a cmake switch to use wx 2.8? I could not find a variable in