You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/bin/ds4drv", line 11, in
load_entry_point('ds4drv==0.5.1', 'console_scripts', 'ds4drv')()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2693, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2324, in load
return self.resolve()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2330, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "build/bdist.linux-x86_64/egg/ds4drv/main.py", line 8, in
File "build/bdist.linux-x86_64/egg/ds4drv/servers/init.py", line 1, in
File "/usr/local/lib/python2.7/dist-packages/ds4drv-0.5.1-py2.7.egg/ds4drv/servers/udp.py", line 126
*mac, # MAC,
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Lejou
changed the title
Strange Problem when I use ds4drv. I have a newSyntaxError: invalid syntax
Strange Problem when I use ds4drv. I have a new"SyntaxError: invalid syntax"
Feb 13, 2022
Traceback (most recent call last):
File "/usr/local/bin/ds4drv", line 11, in
load_entry_point('ds4drv==0.5.1', 'console_scripts', 'ds4drv')()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2693, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2324, in load
return self.resolve()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2330, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "build/bdist.linux-x86_64/egg/ds4drv/main.py", line 8, in
File "build/bdist.linux-x86_64/egg/ds4drv/servers/init.py", line 1, in
File "/usr/local/lib/python2.7/dist-packages/ds4drv-0.5.1-py2.7.egg/ds4drv/servers/udp.py", line 126
*mac, # MAC,
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: