Bob Ippolito wrote:
On Jan 16, 2005, at 5:00, Pete wrote:
I have been wondering what to use for my next project which involves a simple static window with graphical image background and drop down lists with dynamic content.
If you use PyObjC, all of the widgets you need are already part of Cocoa, so you probably only really have to write code that populates the lists... which might be really trivial if you can require Mac OS X 10.3+ and use Cocoa Bindings.

Another option is wxPython. If you want portability, that's the best way to go.


Using PyObjC will build a smaller application too.

wxPython is large as well, so if you need small, probably PyObjC, if you need portable, probably wxPython is your best bet. If you need both, your out of luck.


Consider PyGame if you need fast raster graphics.

-Chris


-- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception

[EMAIL PROTECTED]
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to