PyGoogleForm
PyGoogleForm copied to clipboard
setup.py fail on Ubuntu
the command
pip3 install PyGoogleForm
is failing & the following error is returned
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-ntjku_ew/PyGoogleForm/setup.py", line 26
except ImportError, IOError:
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ntjku_ew/PyGoogleForm/
Seems like this package needs some python3 love...
Looks like it, IDK the maintainer is busy I guess
I've looked into it, and the python3 part isn't enough. It's totally not up-to-date. and won't work even on python 2.7
I've found this in a better shape, https://github.com/joeltio/google-form-python
Also that package need some love to be updated and tested with newer version of the forms