issues Search Results · repo:CITGuru/PyInquirer language:Python
Filter by
129 results
(88 ms)129 results
inCITGuru/PyInquirer (press backspace or delete to remove)Can I nest other function blocks under Checkbox, such as input? Users can decide which parameters to fill in and operate
them according to different types.
Iori-yimaga
- Opened on Dec 12, 2024
- #204
I m encountering a ModuleNotFoundError when trying to run my Python script that imports PyInquirer. Despite having
PyInquirer installed in my virtual environment, the script fails to recognize the module. ...
AmirAlSakban
- 1
- Opened on Apr 4, 2024
- #203
I used the same code as your password.py example. I want to access that variable so that i can use it in the future. How
can i do that?
SeriosaDRaphael
- Opened on Jul 26, 2023
- #200
prompt_toolkit version 1.0.14 is compatible with pyinquirer however it breaks the ipython and ipykernel packages as they
require version 3.0.39 which causes the following error File
C:\Users\Manith\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pynav-1.0.0-py3.10.egg\pynav\cli_tool.py ...
Manith-2001
- 2
- Opened on Jul 16, 2023
- #199
I ran the test script, and it kept giving me this error. All I had to do was go into from_dict.py and go to line 9 and
turn it from:
from collections import Mapping
to
from collections.abc import Mapping ...
BJunee
- 7
- Opened on Apr 13, 2023
- #198
pragbatra-mendel
- 1
- Opened on Feb 20, 2023
- #197
https://github.com/CITGuru/PyInquirer/blob/7637373429bec66788650cda8091b7a6f12929ee/examples/list.py#L54
theShinigami
- Opened on Sep 15, 2022
- #192
fbrodrigorezino
- 4
- Opened on Aug 19, 2022
- #190
Adjusting a Separator style, by changing the default colour: style separator
Executing the program doesn t have the Separator colour change, rather, the Separator retains its default colour:
no_colour ...
bhavanvir
- Opened on Aug 9, 2022
- #189

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.