Linux Lite Forums

Full Version: [SOLVED] Lite-UserManager not launching
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[size=1em]Hi,[/size]

[size=1em]Lite User Manager not launching from Menu, also tested on 2 other pc's, same.[/size]
[size=1em]All PC's should be the same config, and uptodate.[/size]

[size=1em]Tried to launch from Terminal:[/size]
Code:
dave@asus-mini-1:~$ lite-usermanager
Traceback (most recent call last):
File "/usr/bin/lite-usermanager", line 30, in <module>
import pexpect
ImportError: No module named pexpect

[size=1em]Searched for the "pexpect" and found:[/size]
[size=1em][Image: H0Yehhh.png][/size]
What is the output of:

Code:
dpkg -s python-pexpect


Code:
dave@asus-mini-1:~$ dpkg -s python-pexpect
dpkg-query: package 'python-pexpect' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
Looks like it got uninstalled at some point. Install it and you should be good to go.


That solved it.
Not sure how it got removed..??

Thanks
Updated Lite User Manager, added python-pexpect as a dependency, updated About tab.
,

Many Thanks...
Best Wishes
No problem, thanks for reporting the issue.