-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
After installing with
pip install --user beanstalkc
Trying this will fails:
~> python
Python 3.9.5 (default, May 14 2021, 00:00:00)
[GCC 11.1.1 20210428 (Red Hat 11.1.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import beanstalkc
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/user/.local/lib/python3.9/site-packages/beanstalkc.py", line 78
except CommandFailed, (status, results):
^
SyntaxError: invalid syntax
Metadata
Metadata
Assignees
Labels
No labels