We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem after plugin invocation, KiCad leaves tombstone process which must be killed manually by os task manager
workaround start scripting console before plugin invocation:
Pcbnew -> Tools -> Scripting Console
wx.App
kicad_pyshell
See https://bugs.launchpad.net/kicad/+bug/1827742
The text was updated successfully, but these errors were encountered:
further ideas by @qu1ck :
wx.PostEvent
wx.CallAfter
Sorry, something went wrong.
No branches or pull requests
problem
after plugin invocation, KiCad leaves tombstone process
which must be killed manually by os task manager
workaround
start scripting console before plugin invocation:
kicad should automatically provision global
wx.App
instance by default,similar to how it is done in
kicad_pyshell
https://git.launchpad.net/kicad/tree/pcbnew/python/kicad_pyshell/__init__.py#n92
See https://bugs.launchpad.net/kicad/+bug/1827742
The text was updated successfully, but these errors were encountered: