I have downloaded the keepnote-0.7.8.tar.gz file from keepnote.org for Kali Linux 2020.1 Then did tar zxvf [keepnote file] and then keepnote-0.7.8/bin/keepnote and got ImportError: Mo module named glade.
Any thoughts?
2 Answers
Try this method below instead.
sudo apt-get install keepnote
I find Installion to be very good for the items I have installed in my Kali machine here.
1To install KeepNote on you Kali 2020 version follow these steps:
Download the "platform independent" version of it from here.
Run this command to fix all dependencies issues:
apt-get install python python-gtk2 python-glade2 libgtk2.0-dev libsqlite3-0Extract the source code you just downloaded.
Enter inside the extracted file and open a terminal on the same page, after that run that command on your terminal:
python setup.py installthis will install KeepNote on your Kali linux.
Finally, to test your installation, just type in any terminal keepnoteand press Enter.