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

[BUG] AYAB Appimage does not launch #609

Closed
dl1com opened this issue Dec 26, 2023 · 1 comment · Fixed by #610
Closed

[BUG] AYAB Appimage does not launch #609

dl1com opened this issue Dec 26, 2023 · 1 comment · Fixed by #610

Comments

@dl1com
Copy link
Contributor

dl1com commented Dec 26, 2023

Environment
AYAB software version: 0.99.0-rc2
Computer/OS: Debian Bullseye
Knitting machine: --
AYAB hardware: --

Describe the bug
Ayab Appimage does not launch throws the following error:

Traceback (most recent call last):
  File "/tmp/.mount_AYAB-0pLIeHm/src/main/python/main.py", line 13, in <module>
    from ayab.ayab import GuiMain
  File "/tmp/.mount_AYAB-0pLIeHm/src/main/python/ayab/ayab.py", line 31, in <module>
    from .signal_receiver import SignalReceiver
  File "/tmp/.mount_AYAB-0pLIeHm/src/main/python/ayab/signal_receiver.py", line 22, in <module>
    from .engine.status import Status
  File "/tmp/.mount_AYAB-0pLIeHm/src/main/python/ayab/engine/__init__.py", line 1, in <module>
    from . import engine
  File "/tmp/.mount_AYAB-0pLIeHm/src/main/python/ayab/engine/engine.py", line 30, in <module>
    from .control import Control
  File "/tmp/.mount_AYAB-0pLIeHm/src/main/python/ayab/engine/control.py", line 29, in <module>
    from .options import Alignment
  File "/tmp/.mount_AYAB-0pLIeHm/src/main/python/ayab/engine/options.py", line 28, in <module>
    from .options_gui import Ui_Options
  File "/tmp/.mount_AYAB-0pLIeHm/src/main/python/ayab/engine/options_gui.py", line 145, in <module>
    import ayab.engine.lowercase_e_reversed_rc
ModuleNotFoundError: No module named 'ayab.engine.lowercase_e_reversed_rc'

Seems to be related to #608, as the lowercase e was added in this PR afaik.

To Reproduce
Download Appimage from Release page and run

@dl1com dl1com added the bug label Dec 26, 2023
@dl1com dl1com added this to the 1.0.0 milestone Dec 26, 2023
@t0mpr1c3 t0mpr1c3 linked a pull request Jan 2, 2024 that will close this issue
@t0mpr1c3 t0mpr1c3 moved this from Todo to Needs Testing in AYAB 1.0.0 Release Tracking Feb 25, 2024
@X-sam
Copy link
Member

X-sam commented Mar 30, 2024

#635 supercede

@X-sam X-sam closed this as completed Mar 30, 2024
@github-project-automation github-project-automation bot moved this from Needs Testing to Done in AYAB 1.0.0 Release Tracking Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

3 participants