You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the moment, it seems that forcing the opening mode of sys.stdout to "wb" instead of "w" does the trick for Python 3 without breaking for Python 2. Now I get another error but due to GsyncOptions:
vic@onyx:~/github/python-gsync$ python3 bin/gsync --help
Traceback (most recent call last):
File "bin/gsync", line 97, in <module>
sys.exit(main())
File "bin/gsync", line 39, in main
if GsyncOptions.verbose:
AttributeError: type object 'GsyncOptions' has no attribute 'verbose'
This is the traceback if I force to run
gsync
with Python 3:The text was updated successfully, but these errors were encountered: