Install on Linux Lubuntu

Hi,

Everything went well in my installation but at launch I get this on my terminal:

python -m FoxDot
Traceback (most recent call last):
File “/usr/lib/python2.7/runpy.py”, line 163, in _run_module_as_main
mod_name, _Error)
File “/usr/lib/python2.7/runpy.py”, line 111, in _get_module_details
__import __ (mod_name) # Do not catch exceptions initializing package
File “/home/jargenty/.local/lib/python2.7/site-packages/FoxDot/init.py”, line 110, in
from .lib import *
File “/home/jargenty/.local/lib/python2.7/site-packages/FoxDot/lib/init.py”, line 12, in
from .TempoClock import *
File “/home/jargenty/.local/lib/python2.7/site-packages/FoxDot/lib/TempoClock.py”, line 53, in
from .Players import Player
File “/home/jargenty/.local/lib/python2.7/site-packages/FoxDot/lib/Players.py”, line 141, in
from .Key import *
File “/home/jargenty/.local/lib/python2.7/site-packages/FoxDot/lib/Key.py”, line 3, in
from .Patterns import *
File “/home/jargenty/.local/lib/python2.7/site-packages/FoxDot/lib/Patterns/init.py”, line 72, in
from .Main import *
File “/home/jargenty/.local/lib/python2.7/site-packages/FoxDot/lib/Patterns/Main.py”, line 1105
new = PGroup (* self.data, data)
SyntaxError: only named arguments may follow * expression

Do you have an idea of ​​what’s wrong?

Hi there, this is an issue with Python 2 and has now been fixed. Python 2 will no longer be officially supported from 1 Jan 2020 and FoxDot will likely do the same. Try and install now and it should work fine.

1 Like