Coder Social home page Coder Social logo

Comments (6)

MitjaNemec avatar MitjaNemec commented on August 15, 2024

Thanks for the report. I'll look into it

Would you mind copy-pasting KiCad version information

from kicad_action_plugins.

GasDotto avatar GasDotto commented on August 15, 2024

Hi,
It is the last version:

Application: kicad
Version: (5.0.1)-3, release build
Libraries:
    wxWidgets 3.0.3
    libcurl/7.54.1 OpenSSL/1.0.2l zlib/1.2.11 libssh2/1.8.0 nghttp2/1.23.1 librtmp/2.3
Platform: Windows 8 (build 9200), 64-bit edition, 64 bit, Little endian, wxMSW
Build Info:
    wxWidgets: 3.0.3 (wchar_t,wx containers,compatible with 2.8)
    Boost: 1.60.0
    OpenCASCADE Community Edition: 6.8.0
    Curl: 7.54.1
    Compiler: GCC 7.1.0 with C++ ABI 1011

Build settings:
    USE_WX_GRAPHICS_CONTEXT=OFF
    USE_WX_OVERLAY=OFF
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON

from kicad_action_plugins.

MitjaNemec avatar MitjaNemec commented on August 15, 2024

@GasDotto As I can not reproduce the bug I'd like to ask you if you can enter following code in pcbnew console and send me back the results:

import wx
windows = wx.GetTopLevelWindows()
for win in window:
    print win.GetTitle()

from kicad_action_plugins.

GasDotto avatar GasDotto commented on August 15, 2024

Thank you.
Did i you mean:

import wx
windows = wx.GetTopLevelWindows()
for win in windows:
    print win.GetTitle()

?
The output is:

KiCad (5.0.1)-3 C:\Users\[***path***]\[***Project file***].pro

PcbNew — C:\Users\[***path***]\[***PCBnew file***].kicad_pcb


KiCAD:PCBNEW - Python Shell - PyAlaMode 0.9.8

I have replaced personal information with [...]. The path string have some spaces.

from kicad_action_plugins.

MitjaNemec avatar MitjaNemec commented on August 15, 2024

Found it.
I get
Pcbnew — D:\Mitja\[***path***]\[***PCBNEW file***].kicad_pcb

Notice the difference of the case of the letter n in Pcbnew

from kicad_action_plugins.

MitjaNemec avatar MitjaNemec commented on August 15, 2024

Fixed, thanks for your support.

from kicad_action_plugins.

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.