hyprPulse- icon indicating copy to clipboard operation
hyprPulse- copied to clipboard

Module error

Open Blkzer0 opened this issue 6 years ago • 8 comments

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

Blkzer0 avatar Jan 15 '18 20:01 Blkzer0

It for Kali Linux only

Bitwise-01 avatar Jan 15 '18 21:01 Bitwise-01

How is it only for kali linux if there are multi linux systems that use kali's repo?

Blkzer0 avatar Jan 16 '18 19:01 Blkzer0

I wrote the program using Kali Linux and I'm not sure if it will be able to run on other distros.

Bitwise-01 avatar Jan 16 '18 19:01 Bitwise-01

I have Kali Linux and don't found

Axel30931 avatar Jan 17 '18 11:01 Axel30931

did you run the install.sh script?

Bitwise-01 avatar Jan 17 '18 13:01 Bitwise-01

try with apt install python-cmd2 it worked for me

D0Tapk avatar Jan 25 '18 13:01 D0Tapk

Try this method

$ apt install python3-cmd2

ghost avatar Jan 17 '20 20:01 ghost

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'

masterkrom avatar Jan 31 '20 22:01 masterkrom