Git Product home page Git Product logo

Comments (5)

qu1ck avatar qu1ck commented on June 7, 2024 2

This was brought up a few times so I'll keep this bug open as won't fix.

The problem is that most new distribution package maintainers provide both wxwidgets built with gtk2 and gtk3 and apps can use either one (at least until gtk2 is completely phased out) but they only provide wxpython built for gtk3. When app using wxwidgets gtk2 tries to load wxpython it loads wxwidgets gtk3 libraries as well which don’t work together and result is SIGSEGV: https://bugs.launchpad.net/kicad/+bug/1762432

KiCad devs are working on fixing this. In the meantime use this plugin from command line or downgrade wxpython package version to one built against gtk2.
On debian testing I had to install python-wxgtk3.0 (3.0.2.0+dfsg-4) from stretch.

from interactivehtmlbom.

michalfapso avatar michalfapso commented on June 7, 2024

I wasn't able to run InteractiveHtmlBom as a KiCad plugin, because of this issue, but it is perfectly working as a standalone script:
https://github.com/openscopeproject/InteractiveHtmlBom/wiki/Usage#standalone-script

It just took me some time till I found out it is usable as a standalone script, so I am posting it here :)

from interactivehtmlbom.

frohro avatar frohro commented on June 7, 2024

I'm happy to report that the InteractiveHtmlBom generator works just great with version 5.1 of kicad on Ubuntu 18.10. You need to remove the .pyc files if you ran it with python previously (at least I did). This is a great add on for kicad!

from interactivehtmlbom.

qu1ck avatar qu1ck commented on June 7, 2024

Yup, the expected move of KiCad to python3 and gtk3 is what solved the issue. I updated the title of the bug to reflect current state more accurately.

from interactivehtmlbom.

qu1ck avatar qu1ck commented on June 7, 2024

No longer relevant.

from interactivehtmlbom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.