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

Strange Problem when I use ds4drv. I have a new"SyntaxError: invalid syntax" #191

Open
Lejou opened this issue Feb 13, 2022 · 1 comment

Comments

@Lejou
Copy link

Lejou commented 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

@Lejou 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
@Lejou
Copy link
Author

Lejou commented Feb 13, 2022

How could I fix it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant