Package Details: kicad-git 9.0.0.rc1.r499.gf665760a8e-1

Git Clone URL: https://aur.archlinux.org/kicad-git.git (read-only, click to copy)
Package Base: kicad-git
Description: Electronic schematic and printed circuit board (PCB) design tools
Upstream URL: https://kicad.org/
Licenses: GPL-3.0-or-later
Conflicts: kicad, kicad-bzr
Provides: kicad
Submitter: Chocobo
Maintainer: nickoe
Last Packager: nickoe
Votes: 67
Popularity: 0.000000
First Submitted: 2015-10-08 16:39 (UTC)
Last Updated: 2025-01-07 22:16 (UTC)

Required by (26)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 29 Next › Last »

mbl commented on 2018-04-02 15:44 (UTC)

Hi,

I have build kicad-git today. Eeschma freezes (for me) if I try to place a new component. Anyone an idea how to debug/fix this?

k3a commented on 2018-03-30 20:01 (UTC) (edited on 2018-04-05 13:36 (UTC) by k3a)

The problem was that even with KICAD_SCRIPTING_WXPYTHON = OFF, src/kicad-git/pcbnew/python/kicad_pyshell/init.py would be loaded and it imports "wx" which is wxWidgets causing the version mismatch problem.

I reported it upstream under https://bugs.launchpad.net/kicad/+bug/1760200 and will be fixed soon. As a hotfix, you can temporarily delete /usr/share/kicad/scripting/kicad_pyshell/init.py. Of course completely disabling scripting also solves it, but it would be disabling too much unnecessarily.

nickoe commented on 2018-03-30 15:52 (UTC)

@k3a, I am not ure where you are going with this. Wxpython scripting is already disabled.

k3a commented on 2018-03-30 12:13 (UTC)

I can confirm that Pcbnew freezes when opened from Kicad. It won't fully initialize UI and attempt to close the window would crash the app.

The core reason seems to be mismatched versions of the wxWidgets (wxgtk) and wxPython. The problem can be resolved by disabling WxPython scripting or ensuring versions match (which may be difficult to achieve long-term):

-DKICAD_SCRIPTING_WXPYTHON=OFF

Not sure how many people are using this part of scripting. KiCad 5 is a very nice improvement over version 4 and I recommend it to everyone! :)

nickoe commented on 2018-03-13 09:03 (UTC)

You write OFF in every line that says SCRIPTING instead of ON.

Llama commented on 2018-03-12 14:31 (UTC)

What does it mean, "Disable scripting completely?"

nickoe commented on 2018-02-23 12:40 (UTC)

Disable scripting completely.

dexterlb commented on 2018-02-23 12:21 (UTC)

Does anyone have an idea how to make kicad start pcbnew correctly, so that we don't need to start it standalone?

nickoe commented on 2018-02-17 15:33 (UTC)

Although pcbnew seems like it is still broken when started from kicad, but it looks ok when started standalone.