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

Cannot import "disabled" from textual #49

Closed
alansill opened this issue Oct 28, 2023 · 1 comment · Fixed by #50
Closed

Cannot import "disabled" from textual #49

alansill opened this issue Oct 28, 2023 · 1 comment · Fixed by #50

Comments

@alansill
Copy link

I installed jpterm in a fresh conda environment by first installing pip and then "pip install jpterm" and receive the following message when issuing the "jpterm" command:

Traceback (most recent call last):
  File "/home/asill/conda/envs/jpterm/bin/jpterm", line 5, in <module>
    from jpterm.cli import main
  File "/home/asill/conda/envs/jpterm/lib/python3.12/site-packages/jpterm/cli.py", line 3, in <module>
    from txl.app import disabled
ImportError: cannot import name 'disabled' from 'txl.app' (/home/asill/conda/envs/jpterm/lib/python3.12/site-packages/txl/app.py)

@alansill alansill changed the title Canot import "disabled" from textual Cannot import "disabled" from textual Oct 28, 2023
@davidbrochart
Copy link
Owner

Thanks for reporting the issue, #50 should fix it.

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

Successfully merging a pull request may close this issue.

2 participants