PyGoogleForm icon indicating copy to clipboard operation
PyGoogleForm copied to clipboard

setup.py fail on Ubuntu

Open Bhupesh-V opened this issue 5 years ago • 3 comments

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/

Bhupesh-V avatar Jul 02 '19 07:07 Bhupesh-V

Seems like this package needs some python3 love...

fruch avatar May 22 '20 05:05 fruch

Looks like it, IDK the maintainer is busy I guess

Bhupesh-V avatar May 22 '20 08:05 Bhupesh-V

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

fruch avatar May 22 '20 12:05 fruch