<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0); "><div><div>Hi Phil,</div><div><br></div><div>I don't know about using Kled, but I have an LED widget written in pure python/PyQt4 which may suit your needs. You can download it from my google code page here:</div><div><br></div><div><a href="https://code.google.com/p/gulon-soft/downloads/list">https://code.google.com/p/gulon-soft/downloads/list</a></div><div><br></div><div>Just unpack the zipped tar file and run "(sudo) python setup.py install" as standard. </div><div><br></div><div>The package itself contains a demo which you can run by executing "python -m QLed" once its installed and shows the different shapes and colours available. I'm afraid I haven't got around to writing any docs for it yet but the code itself and the demo implementation at the bottom of the source file should see you right. Please email me with any questions.</div><div><br></div><div>Hope this helps,</div><div>Rob</div><div><br></div></div><div><br></div><div>On 25/06/2013 00:20, "Phil" <<a href="mailto:phil_lor@bigpond.com">phil_lor@bigpond.com</a>> wrote:</div><div><br></div><blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;"><div>Thank you for reading this.</div><div><br></div><div>I'd like to include a led in my project which I've done in the past with </div><div>Qt creator and Designer under C++. Adding the following to my Python </div><div>project fails because there is no module named Kled.</div><div><br></div><div>self.kled = KLed(self.centralwidget)</div><div><br></div><div>Is it possible to add a Kled to a PyQt project?</div><div><br></div><div>-- </div><div>Regards,</div><div>Phil</div><div>_______________________________________________</div><div>PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a></div><div><a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></div><div><br></div></blockquote></body></html>