hyprPulse-
hyprPulse- copied to clipboard
Module error
I installed everything correctly. I get this error. I have cmd2 module installed.
Traceback (most recent call last):
File "pulsar.py", line 7, in <module>
from lib.console import Console
File "/home/~/hyprpulse/lib/console.py", line 5, in <module>
from cmd2 import Cmd
ImportError: No module named cmd2
It for Kali Linux only
How is it only for kali linux if there are multi linux systems that use kali's repo?
I wrote the program using Kali Linux and I'm not sure if it will be able to run on other distros.
I have Kali Linux and don't found
did you run the install.sh script?
try with apt install python-cmd2 it worked for me
Try this method
$ apt install python3-cmd2
I make all the steps and I get in the pulsar but when I use the help command I get the following error
Traceback (most recent call last): File "/home/user/.local/lib/python2.7/site-packages/cmd2.py", line 2476, in onecmd_plus_hooks stop = self.onecmd(statement) File "/home/user/.local/lib/python2.7/site-packages/cmd2.py", line 2675, in onecmd stop = func(statement) File "/home/user/.local/lib/python2.7/site-packages/cmd2.py", line 424, in cmd_wrapper return func(self, lexed_arglist) File "/home/user/.local/lib/python2.7/site-packages/cmd2.py", line 2950, in do_help self._help_menu(verbose) TypeError: _help_menu() takes exactly 1 argument (2 given) EXCEPTION of type 'TypeError' occurred with message: '_help_menu() takes exactly 1 argument (2 given)' To enable full traceback, run the following command: 'set debug true'