When installing Keepnote on Kali Linux 2020.1 get importerror no module name glade

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.

1

To install KeepNote on you Kali 2020 version follow these steps:

  1. Download the "platform independent" version of it from here.

  2. Run this command to fix all dependencies issues:

     apt-get install python python-gtk2 python-glade2 libgtk2.0-dev libsqlite3-0
  3. Extract the source code you just downloaded.

  4. Enter inside the extracted file and open a terminal on the same page, after that run that command on your terminal:

     python setup.py install

    this will install KeepNote on your Kali linux.

Finally, to test your installation, just type in any terminal keepnoteand press Enter.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like