noamraph / dreampie

DreamPie - The Python shell you've always dreamed about!
www.dreampie.org
GNU General Public License v3.0
235 stars 53 forks source link

Fedora 25, cannot run ' dreampie python3 ' #73

Open jhdubb opened 7 years ago

jhdubb commented 7 years ago

I am running Fedora 25. 4.10.8-200.fc25.x86_64 #1 SMP Fri Mar 31 13:20:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

I downloaded dreampie-python3-1.1.1-12.fc25.noarch from https://fedora.pkgs.org/25/fedora-x86_64/dreampie-python3-1.1.1-12.fc25.noarch.rpm.html.

I installed it using Software Install.

Running ' dreampie ' in the command line works just fine, no errors.

Running ' dreampie python3 ' launches the program, but also creates two errors messages: dreampie-error They appear to have the same content. Sorry if this is a super ambiguous error, or if it's an issue with my installation of Fedora.

Variables: File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 174, _manage_subp(self=) {'self._on_subp_terminated': <bound method DreamPie.on_subp_terminated of DreamPie(path="/usr/share/dreampie/dreampie.glade", root="window_main")>} File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 668, on_subp_terminated(self=DreamPie(path..."window_main")) {'self.configure_subp': <bound method DreamPie.configure_subp of DreamPie(path="/usr/share/dreampie/dreampie.glade", root="window_main")>} File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 622, configure_subp(self=DreamPie(path..."window_main")) {'reshist_size': 30, 'self.call_subp': <bound method DreamPie.call_subp of DreamPie(path="/usr/share/dreampie/dreampie.glade", root="window_main")>} File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 682, call_subp(self=DreamPie(path..."window_main"), funcname=u'set_reshist_size', *args=(30,)) {'self.subp.recv_object': <bound method SubprocessHandler.recv_object of <dreampielib.gui.subprocess_handler.SubprocessHandler object at 0x7f9b3b1c5390>>} File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 214, recv_object(self=) {'self._sock': <socket._socketobject object at 0x7f9b3b1db980>, 'recv_object': <function recv_object at 0x7f9b3b65b938>} File "/usr/lib/python2.7/site-packages/dreampielib/common/objectstream.py", line 47, recv_object(sock=) {'length_str': '', 'r': [], 'len': , 'sock.recv': <built-in method recv of _socket.socket object at 0x7f9b3b1ef4c8>}

Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 174, in _manage_subp self._on_subp_terminated() File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 668, in on_subp_terminated self.configure_subp() File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 622, in configure_subp self.call_subp(u'set_reshist_size', reshist_size) File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 682, in call_subp return self.subp.recv_object() File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 214, in recv_object return recv_object(self._sock) File "/usr/lib/python2.7/site-packages/dreampielib/common/objectstream.py", line 47, in recv_object r = sock.recv(4 - len(length_str)) error: [Errno 104] Connection reset by peer