https://bugs.freedesktop.org/show_bug.cgi?id=53725

Yawar Amin <yawar.a...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #4 from Yawar Amin <yawar.a...@gmail.com> ---
Leif,

Yikes. I've really slacked off on this one :-)

The error is because of a vestigial `print' statement in the wc.py file. Since
recent versions of OOo/LibO are using Python 3, the print statement should be
turned into a print function--basically line 54 should be changed from `print
...' to `print(...)'.

However even after this change I seem to be having some trouble with counting
words in a selection. Working on this now in the BitBucket repo at
https://bitbucket.org/yawaramin/oo.o-live-word-count/overview

If anyone can help debug that, would appreciate. Contact me for details....

Thanks,

Yawar

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to