There is a programme that I want to try out, it is written in Python. Kubuntu already has Python installed and it is the latest version.
So my question is how to get this programme to work uner Python?
Thank you for any help, it is appreciated.
So my question is how to get this programme to work uner Python?
Thank you for any help, it is appreciated.






One of the apps I was responsible for where I worked was written using FoxPro for DOS. I rewrote it using VFP. But, MS announced that they were dropping VFP and pushing VFP developers to .NET. I was hanging out at the UniversalThread's VFP forum, along with 225,000 other VFP developers. That announcement caused an uproar. I could see the hand writing on the wall and began looking around for another GUI RAD tool. I tried some Java tools but the speed issue and the verbosity turned me off. I tried Python, using Boa-Constructor, and almost went with it. But, at the levels and subroutines where I need to place some of my code were warning: "DO NOT EDIT THIS FILE, IT WILL BE REGENERATED AUTOMATICALLY AT COMPILE TIME AND YOUR CHANGES WILL BE OVERWRITTEN." So close, yet so far. I really loved Python though, and used it for some other applications related to bulletin board service the dept of revenue was running for tax consultants. I gave Qt3 a try but really disliked it, and for me KDevelop really stunk, but that was probably Qt3's fault. If you used Qt3-Designer you had to call subroutines and subprograms by setting drop-down combo boxes in Qt3-Designer. What a straight jacket. I was on the verge of dropping it when Qt4 came out. Qt4 returned to the time-tested traditional C++ development style. The Designer was only for designing windows and forms. I've stuck with Qt4 every since. For me, Kate, KDbg and Qt4 made an awesome combo!

Comment