Re: [Pythonmac-SIG] python program in menu bar

2007-10-05 Thread scott herzinger
This document http://developer.apple.com/documentation/DeviceDrivers/Conceptual/HID/intro/chapter_1_section_1.html#/ /apple_ref/doc/uid/TP4970-CH202-DontLinkElementID_10 is a guide to working with HID devices. It provides some sample code for accessing and controlling HID devices. An OOC

Re: [Pythonmac-SIG] easygui

2007-10-05 Thread Jerry
Don't overlook Pashua and CocoaDialog. I've used Pashua and it is incredibly easy to use. You write a simple text file and Pashua reads it and sets up the dialogs etc. that you specify. Pashua itself is a native Cocoa application. The download includes a Python example. (Pashua works with a

Re: [Pythonmac-SIG] easygui

2007-10-05 Thread Rafael Bejarano
Thanks for suggesting these programs. Do you know the link from which I can download them? Cordially, Rafael Bejarano On Oct 5, 2007, at 5:59 AM, Jerry wrote: > Don't overlook Pashua and CocoaDialog. I've used Pashua and it is > incredibly easy to use. You write a simple text file and Pashua

Re: [Pythonmac-SIG] easygui

2007-10-05 Thread adam naples
I've had some occasions to fight with getting audio working like I want in visionegg and had no problems beyond the normal 'nothing- working-like-you-expect-the-first-time'. I've been using it for presenting stimuli for eye-tracking and sentence comprehension, and I just make sure all my sti

Re: [Pythonmac-SIG] python program in menu bar

2007-10-05 Thread Dan Christensen
scott herzinger <[EMAIL PROTECTED]> writes: > This document > > http://developer.apple.com/documentation/DeviceDrivers/Conceptual/HID/intro/chapter_1_section_1.html#/ > > /apple_ref/doc/uid/TP4970-CH202-DontLinkElementID_10 > > is a guide to working with HID devices. It provides some sample

Re: [Pythonmac-SIG] easygui

2007-10-05 Thread Christopher Barker
David Worrall wrote: > the wxpython community may have some other references. Check out Dabo -- it's pretty slick, and not just for database apps (though it's great for those) (wxPython based) http://www.dabodev.com/ -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Divi

Re: [Pythonmac-SIG] easygui

2007-10-05 Thread Jerry
They are each the top links on Google using the programs' names. Jerry P.S. They are both free. On Oct 5, 2007, at 11:15 AM, Rafael Bejarano wrote: > Thanks for suggesting these programs. Do you know the link from > which I can download them? > > Cordially, > Rafael Bejarano > On Oct 5, 2007