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
Since libreoffice moved to python 3.3.0 for 4.0 (next release) it's time to support it. From a quick tour it's mostly matter of print and exceptions. 2to3 may be handy, but after some manual fixup and a 2to3 run it with python3.2 it breaks in:
File "../unoconv", line 236
print('URE_BOOTSTRAP=%s' % os.environ['URE_BOOTSTRAP'], file=sys.stderr)
which looks correct though
The text was updated successfully, but these errors were encountered:
Since libreoffice moved to python 3.3.0 for 4.0 (next release) it's time to support it. From a quick tour it's mostly matter of print and exceptions. 2to3 may be handy, but after some manual fixup and a 2to3 run it with python3.2 it breaks in:
File "../unoconv", line 236
print('URE_BOOTSTRAP=%s' % os.environ['URE_BOOTSTRAP'], file=sys.stderr)
which looks correct though
The text was updated successfully, but these errors were encountered: