You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first time putting up an issue, I am not to sure if I am allowed to do this because this is not really a bug in your program, but please help me.
In the last step you told me to do, I got this error:
$ ./KeyboardLayoutEditor
The Python bindings for libxml2 were not found: No module named lxml
I installed libxml2 by doing:
wget ftp://xmlsoft.org/libxml2/libxml2-sources-2.7.2.tar.gz
tar -xvzf libxml2-sources-2.7.2.tar.gz
cd libxml2-2.7.2
./configure --prefix=/usr/local/libxml2
make
sudo make install
and extracted the files and place them into the keyboard-layout-editor folder.
Now running the code, I get this error:
The Python bindings for libxml2 were not found: cannot import name etree
This is my first time putting up an issue, I am not to sure if I am allowed to do this because this is not really a bug in your program, but please help me.
In the last step you told me to do, I got this error:
$ ./KeyboardLayoutEditor
The Python bindings for libxml2 were not found: No module named lxml
I installed libxml2 by doing:
wget ftp://xmlsoft.org/libxml2/libxml2-sources-2.7.2.tar.gz
tar -xvzf libxml2-sources-2.7.2.tar.gz
cd libxml2-2.7.2
./configure --prefix=/usr/local/libxml2
make
sudo make install
as shown here:
https://geeksww.com/tutorials/libraries/libxml/installation/installing_libxml_on_ubuntu_linux.php
but I still get the same error when doing the command $ ./KeyboardLayoutEditor .
Do you have any idea how to fix it?
Thanks,
-Frank
The text was updated successfully, but these errors were encountered: