You are not logged in.

#1 2015-10-25 07:37:16

CrazyTux
Member
Registered: 2013-08-23
Posts: 32

[SOLVED] cinnamon-settings doesn't load with python2-pexpect 4.0.1-1

Specifically, I get this error:

Traceback (most recent call last):
  File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 38, in <module>
    modules = map(__import__, mod_files)
  File "/usr/lib/cinnamon-settings/modules/cs_user.py", line 9, in <module>
    import pexpect
  File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 75, in <module>
    from .pty_spawn import spawn, spawnu
  File "/usr/lib/python2.7/site-packages/pexpect/pty_spawn.py", line 11, in <module>
    import ptyprocess
ImportError: No module named ptyprocess

Downgrading to 3.3-2 fixed it again.

Last edited by CrazyTux (2015-10-25 08:19:22)

Offline

#2 2015-10-25 08:20:45

CrazyTux
Member
Registered: 2013-08-23
Posts: 32

Re: [SOLVED] cinnamon-settings doesn't load with python2-pexpect 4.0.1-1

/u/thomasamadeusking's comment on reddit solved the problem for me: Just install python2-ptyprocess, and python2-pexpect 4.0.1-1 will work again.

Offline

Board footer

Powered by FluxBB