asduj added the comment: After executing this code in Python 2.7 I check if OpenOffice is listening the localhost:8100, and get the output:
netstat -a | grep 8100 tcp 0 0 localhost:8100 *:* LISTEN If I executing the same code in Python 3.4 and check, I get nothing. Platform: Ubuntu 15.04. In fact, command runs any office installed on the computer (LibreOffice or OpenOffice), and on my computer I have LibreOffice. There are no messages, the command runs normal, just not working as it should. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24987> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com