Re: [Pythonmac-SIG] easygui

2007-10-06 Thread David Worrall
Hi Robin, I know them both very well. Good at what they do. Supercollider is even better (IMO) However they both only have python for scripting. If it's python you want, approach with caution David On 06/10/2007, at 11:42 PM, robin meier wrote: > hello, > > for simple gui's using differen

Re: [Pythonmac-SIG] easygui

2007-10-06 Thread robin meier
hello, for simple gui's using different media (audio, video, openGL etc ) you might consider pure data (open source) http://en.wikipedia.org/ wiki/Pure_Data or max msp jitter (expensive... cycling74.com) both environments have objects which enable you to integrate your python code. maybe

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

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 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] 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 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-04 Thread Rafael Bejarano
Much obliged! Rafael On Oct 4, 2007, at 8:57 PM, David Worrall wrote: > Hi Rafael, > > Not a comprhensive list by any means, but here are a couple of my > links: > > http://www.psychopy.org/ > > you may find this useful: > http://psy.ck.sissa.it/OtherStuff/OtherStuff.html > > also pythoncard

Re: [Pythonmac-SIG] easygui

2007-10-04 Thread David Worrall
Hi Rafael, Not a comprhensive list by any means, but here are a couple of my links: http://www.psychopy.org/ you may find this useful: http://psy.ck.sissa.it/OtherStuff/OtherStuff.html also pythoncard has lots of examples which might get you into a ballpark: http://pythoncard.sourceforge.ne

Re: [Pythonmac-SIG] easygui

2007-10-04 Thread Rafael Bejarano
I just had a quick look at the description of VisionEgg, and it appears to be far better suited to my needs than easygui is. So, Before asking for additional help with easygui, I will first explore VisionEgg in greater depth. Thanks to everyone for responding so promptly to my request for he

Re: [Pythonmac-SIG] easygui

2007-10-04 Thread Rafael Bejarano
Thanks for the info. I'll let you know if I need more assistance with this option. Rafael On Oct 4, 2007, at 12:54 PM, Dethe Elza wrote: > Hi Rafael, > > I'm not familiar with EasyGUI, but it uses Tkinter, which I try to > avoid on the Mac. If you need an easy way to create GUIs and you're > O

Re: [Pythonmac-SIG] easygui

2007-10-04 Thread Rafael Bejarano
Thanks. I'll definitely give it a try. Rafael On Oct 4, 2007, at 12:46 PM, adam naples wrote: > I would suggest > visionegg > www.visionegg.org > perfect for experimental psychology experiments, at least mine, and > installs nicely on the mac with some gui demos. > All python, and cross platfor

Re: [Pythonmac-SIG] easygui

2007-10-04 Thread Kevin Walzer
Dethe Elza wrote: > I'm not familiar with EasyGUI, but it uses Tkinter, which I try to > avoid on the Mac. If you need an easy way to create GUIs and you're > OK with it being Mac-specific, then I'd recommend using Interface > Builder (comes with the free OS X developer tools) to create your GUI

Re: [Pythonmac-SIG] easygui

2007-10-04 Thread Kent Johnson
Rafael Bejarano wrote: > Can anyone > on this list tell me if easygui works on the Mac, and if so, what > steps I need to take to make it work? It works fine for me using Python 2.5.1 on MacBook Pro. I don't think I did anything special to install it. Kent ___

Re: [Pythonmac-SIG] easygui

2007-10-04 Thread Dethe Elza
Hi Rafael, I'm not familiar with EasyGUI, but it uses Tkinter, which I try to avoid on the Mac. If you need an easy way to create GUIs and you're OK with it being Mac-specific, then I'd recommend using Interface Builder (comes with the free OS X developer tools) to create your GUI and PyObjC to w

Re: [Pythonmac-SIG] easygui

2007-10-04 Thread adam naples
I would suggest visionegg www.visionegg.org perfect for experimental psychology experiments, at least mine, and installs nicely on the mac with some gui demos. All python, and cross platform. there is also psychopy, which looks similar to visionegg, but I've not had the need to try it. hope