mod-audio / mod-app-legacy

MOD desktop application
GNU General Public License v3.0
28 stars 8 forks source link

mod-app on Arch Linux #18

Open jujudusud opened 2 years ago

jujudusud commented 2 years ago

I am actually trying to package mod-app for Arch Linux. mod-host-git is ok. mod-app and mod-ui are ok too. when trying to launch the application:

$ mod-app
Using FakeHMI => <mod.development.FakeHMI object at 0x7f9178ee5e80>
cc start socket missing
ERROR: failed to open /home/julien/.local/share/mod-data/profile5.json
Traceback (most recent call last):
  File "/usr/share/mod-app/mod-app", line 22, in <module>
    from mod_host import *
  File "/usr/share/mod-app/mod_host.py", line 57, in <module>
    from mod import webserver
  File "/usr/lib/python3.9/site-packages/mod/webserver.py", line 278, in <module>
    class SimpleFileReceiver(JsonRequestHandler):
  File "/usr/lib/python3.9/site-packages/mod/webserver.py", line 289, in SimpleFileReceiver
    @web.asynchronous
AttributeError: module 'tornado.web' has no attribute 'asynchronous'
falkTX commented 2 years ago

use the submodules if you want this to work. Also, the tool is not in the best shape at the moment, contributions welcome.

jujudusud commented 2 years ago

Ok thanks a lot for that. Now I use submodules for mod-host and mod-ui. There is another error that I don't know how to debug. $ mod-app Traceback (most recent call last): File "/usr/share/mod-app/mod-app", line 22, in <module> from mod_host import * File "/usr/share/mod-app/mod_host.py", line 55, in <module> setInitialSettings() File "/usr/share/mod-app/mod_common.py", line 180, in setInitialSettings from mod import settings ModuleNotFoundError: No module named 'mod'

The Package is here: https://aur.archlinux.org/packages/mod-app-git/

falkTX commented 2 years ago

Don't install it, run it locally for now.