Skip to content
New issue

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

Search in guiconfig broken due to missing Python import #176

Open
stefanct opened this issue Mar 4, 2024 · 1 comment
Open

Search in guiconfig broken due to missing Python import #176

stefanct opened this issue Mar 4, 2024 · 1 comment
Assignees

Comments

@stefanct
Copy link

stefanct commented Mar 4, 2024

The GUI of kconfig allows users to search in its database (e.g., via make guiconfig, ctrl+f) but in the MCUX SDK this is broken due to re missing. When search for any string nothing happens in the GUI but one can see this in the text output:

  File ".../scripts/kconfig/guiconfig.py", line 1867, in _update_jump_to_matches
    except re.error as e:
           ^^
NameError: name 're' is not defined

except re.error as e:

A simple import re at the top of the file fixes the issue. I have not checked how other projects have handled this.

@mcuxsusan mcuxsusan self-assigned this Mar 5, 2024
@FelixWang47831
Copy link

Hi @stefanct
Thanks for your feedback. Actually I have found this issue before and created the ticket here: ulfalizer/Kconfiglib#136.
But I don't receive any feedback. I'll fix it in our repo later anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants