vinitkumar / googlecl

GoogleCL rewrite in __progress__
Other
324 stars 48 forks source link

Python 3 compatibility? #269

Closed TheChymera closed 5 years ago

TheChymera commented 6 years ago

I am getting this error when trying to install:

  File "setup.py", line 56
    print SCRIPT_TO_INSTALL + ' exists and is not the same as ' +\

Could it be that the package is not Python 3* compatible?

vinitkumar commented 6 years ago

@TheChymera Yes, you are right. It doesn't support Python3 yet.

TheChymera commented 6 years ago

Ping me if it ever does :)

vinitkumar commented 5 years ago

@TheChymera Sorry for the delayed response. Attempting a rewrite of it from scratch and will support python3 only so expect support of 3.7 + support. Closing this in favour of #274