python - PyQt kled in Unity enviornmet? -


I am trying to use Python Kled module which is displayed in Qt Designer under Ubuntu 13.10 Unity. Is it possible to use with unity or do I have to use the KDE environment?

I use KLED in my PyQt4 GUI. Originally it was developed in the Kubantu environment, so this was not a problem, but we moved to Integration (Ubuntu 14.04 LTS). To still use KLED I, I came to know that I was required to install Python libraries from KDE (they do not want to install Cubuntu because it interferes with the operation)

OK : Sudo apt-get install python-kde4

So the answer to the summary is: Yes, you can use KLED in unity, as long as you have a library installed.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -