[wxPython-users] wxPython or Tkinter?

Jarno Väyrynen javayryn at mail.student.oulu.fi
Wed Jul 11 22:18:17 PDT 2007


Quoting Christopher Barker <Chris.Barker at noaa.gov>:


> What is an EXML file? If we know what kind of graphic representation you 
> want, we can help you figure out how.


Well,

I have a set of rules (condition - action), written in XML and further passed on
a mobile phone. I would like to make a tool for creating these rules
graphically. e.g. click on "conditions" -> some drag & drop box opens, with
different categorization of conditions and I can pick one or more, and combine
them with logical operators (AND OR and NOT). Then if those conditions are met,
it triggers some action on the phone. And the whole thing is controlled in XML,
but I should be able to add/edit/remove new rules(XML scripts), conditions and
actions dynamically on a GUI in a manner that makes sense and is easy to use.

The system should also be backwards compatible, I mean giving an XML script as
input would then create equivalent graphical representation of conditions and
actions, and again could be further processed on GUI. So I have to do some XML
parsing on the fly.

Thanks a lot for all answers I've got so far, this is indeed a helpful forum
:).

Best,
Jarno


> By the way, I agree that wxPython is not as "pythonic" as I'd like, but 
> Dabo is doing a great job of presenting a more Pythonic interface -- 
> it's well worth a look-see.
> 
> -Chris
> 
> 
> 
> 
> -- 
> Christopher Barker, Ph.D.
> Oceanographer
> 
> Emergency Response Division
> NOAA/NOS/OR&R            (206) 526-6959   voice
> 7600 Sand Point Way NE   (206) 526-6329   fax
> Seattle, WA  98115       (206) 526-6317   main reception
> 
> Chris.Barker at noaa.gov
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
> 






More information about the wxpython-users mailing list