On Mon, Jan 16, 2023 at 4:59 AM Paolo Prete <[email protected]> wrote:
>
> Hi,
>
> A new release (1.20-alpha) of Spontini-Editor is available at:
>
> https://github.com/paopre/Spontini/releases/tag/1.20_alfa
>
> It includes two important features:
>
> 1) The application is now _totally_ no-install.

Not quite for me.  I'm on Ubuntu 22.04.1 and I needed to add three
dependencies before the server would start:

$ python SpontiniServer.py
Traceback (most recent call last):
  File "/home/knute/git-repos/Spontini/SpontiniServer.py", line 22, in <module>
    from lib.python.spontini_server_utils import *
  File "/home/knute/git-repos/Spontini/lib/python/spontini_server_utils.py",
line 40, in <module>
    import colorlog
ModuleNotFoundError: No module named 'colorlog'

$ python SpontiniServer.py
Traceback (most recent call last):
  File "/home/knute/git-repos/Spontini/SpontiniServer.py", line 25, in <module>
    import uvicorn
ModuleNotFoundError: No module named 'uvicorn'

$ python SpontiniServer.py
Traceback (most recent call last):
  File "/home/knute/git-repos/Spontini/SpontiniServer.py", line 31, in <module>
    import httpx
ModuleNotFoundError: No module named 'httpx'

--
Knute Snortum

Reply via email to