Browse Source
Phoenix doesn't have the same initialization as wxpython3 and so the namespace doesn't get the wxApp() initialized to the existing instance. In python, this is worked around by starting a new wxApp. Unfortunately, this appears to overwrite the existing global instance variable. The issue _appears_ to be in Phoenix but for now we work around it by saving and resetting the instance pointer in the main app. The downside is that Python likely won't be able to respond to events from C++ Fixes: lp:1809913 * https://bugs.launchpad.net/kicad/+bug/1809913pull/13/head
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue