Python
Python GUI with wxPython
Feb 3rd
Since my project at company require to use python, 2 or 3 week ago. I must find something to create GUI for client. After talk to cwt. He suggest me to use farpy GUIE and boa constructor. twice require wxPython (It’s wxPython GUIE)
first i try farpy GUIE:
User friendly, Multilanguage generator (Python, Ruby, Perl) but it have some problem about object render (panel object is cover other object) and it have too few wx object
then boa constructor:
When open this program i think “Am I use Borland Delphi?”. Its interface like that. have too many wx object too use, property and argument configable but it panel is difficult to make understand, user interface not friendly like farpy GUIE, hard to configure attribute/property with its panel, syntax balloon have too many property/function (may it gain all property of all object to display)
i try to use farpy but it did not have enough object and some graphics render problem so i change to use BOA. but it not easy i must try to download/install wxPython too many times, because i think my problem is confilct between wxPython and BOA . but it is wxPython 2.8 that i download is too new for boa 0.44 (that i download from its website)
you should download boa lastest version from CVS if you want to use lastest version of wxPython
so i try to create pythonApp in boa and create blank frame and run … it not work
If you want to create wxFrame in boa by easy. Don’t create “pythonApp” try “wx.App” or “wx.Frame” to auto generate python&wx code
i solve this problem with copy generated code to another python IDE (like pydev on eclipse). Please do not do like me !!!
*** Hey i try to post this blog last night but i cannot access it. It have some problem twice Febuary 1st and 2nd night. Hope it not be tonight too. ***
