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

Doen not start on Debian #19

Open
jneuhauser opened this issue Mar 22, 2024 · 1 comment
Open

Doen not start on Debian #19

jneuhauser opened this issue Mar 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jneuhauser
Copy link

Tried also with with system site package, like:

python3 -m venv --system-site-packages venv
$ python3 -m eo_man
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/mnt/work/dev/enOcean/venv/lib/python3.11/site-packages/eo_man/__main__.py", line 22, in <module>
    from .view.main_panel import MainPanel
  File "/mnt/work/dev/enOcean/venv/lib/python3.11/site-packages/eo_man/view/main_panel.py", line 18, in <module>
    from ..view.menu_presenter import MenuPresenter
  File "/mnt/work/dev/enOcean/venv/lib/python3.11/site-packages/eo_man/view/menu_presenter.py", line 20, in <module>
    from .about_window import AboutWindow
  File "/mnt/work/dev/enOcean/venv/lib/python3.11/site-packages/eo_man/view/about_window.py", line 7, in <module>
    from idlelib.tooltip import Hovertip
ModuleNotFoundError: No module named 'idlelib'

I've no clue about why idlelib is missing...

@grimmpp
Copy link
Owner

grimmpp commented Apr 9, 2024

Thanks for reporting. I initially choose tkinter so that the app is OS-independent so far I found not time to test it on linux and OSX.

@grimmpp grimmpp added the bug Something isn't working label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants