Re: [Pythonmac-SIG] problem trying to use aemreceive with Tkinter app

2005-12-02 Thread Nicholas Riley
On Thu, Dec 01, 2005 at 02:45:10PM -0600, Kennedy, Andrew (GE Healthcare) wrote: > I'm trying to use aemreceive to process AppleEvents in a > Tkinter-GUI'd Python app. I have been able to use argvemulator.py > from plat-mac to handle double clicking on a file and having it open > in the applicati

Re: [Pythonmac-SIG] Database (SQL prefered) access on MacPython

2005-12-02 Thread Bob Ippolito
On Dec 2, 2005, at 9:43 AM, Schollnick, Benjamin wrote: >> Python's Db API, of course. http://www.python.org/peps/pep-0249.html >> >> There are a lot of databases out there, and there's a Python >> driver for most of them. http://www.python.org/topics/database/ >> I guess you'll find most help for

Re: [Pythonmac-SIG] Database (SQL prefered) access on MacPython

2005-12-02 Thread Schollnick, Benjamin
> Python's Db API, of course. http://www.python.org/peps/pep-0249.html > > There are a lot of databases out there, and there's a Python > driver for most of them. http://www.python.org/topics/database/ > I guess you'll find most help for MySQL, even if PostgreSQL > or something is better. If you

Re: [Pythonmac-SIG] Database (SQL prefered) access on MacPython

2005-12-02 Thread skip
Benjamin> I asked earlier and ODBC seems to be mostly out on the Benjamin> MacPython front. What methods do you folks use for accessing Benjamin> an database (SQL based database prefered) via macpython? I've used both PostgreSQL and MySQL from Python on Mac OSX with no problems. Anot

Re: [Pythonmac-SIG] Database (SQL prefered) access on MacPython

2005-12-02 Thread Henning.Ramm
>I asked earlier and ODBC seems to be mostly out on the MacPython >front. What methods do you folks use for accessing an database >(SQL based database prefered) via macpython? Python's Db API, of course. http://www.python.org/peps/pep-0249.html There are a lot of databases out there, and there's

[Pythonmac-SIG] Database (SQL prefered) access on MacPython

2005-12-02 Thread Schollnick, Benjamin
Folks, On the PC side, I use an ODBC connection But I'm considering writing an Database application on the Macintosh via Python... I asked earlier and ODBC seems to be mostly out on the MacPython front. What methods do you folks use for accessing an database (SQL based database prefered) vi

Re: [Pythonmac-SIG] Fwd: Preferred IDE

2005-12-02 Thread Laurent Pierron
Le 1 déc. 05, à 04:09, [EMAIL PROTECTED] a écrit : > Smultron looks quite nice, but I don't see a way to submit files for > execution, or to get console output back. Does it require switching > to Terminal or the like, or am I missing something? > Smultron is Apple Scriptable, so you can use an

Re: [Pythonmac-SIG] Fwd: Preferred IDE

2005-12-02 Thread altern
[EMAIL PROTECTED](e)k dio: > On Dec 1, 2005, at 6:20 AM, altern wrote: > > > >>pyoxide you can open a console with python from within the editor >>and this is very handy to try things out >> > > > Yes, indeed. But isn't PyOxide still really crashy? I have 0.7.1 and > haven't used it in qui

[Pythonmac-SIG] problem trying to use aemreceive with Tkinter app

2005-12-02 Thread Kennedy, Andrew (GE Healthcare)
Hi folks, I'm trying to use aemreceive to process AppleEvents in a Tkinter-GUI'd Python app. I have been able to use argvemulator.py from plat-mac to handle double clicking on a file and having it open in the application automatically. I'm now trying to catch 'ocon' and 'odoc' AppleEvents wit

Re: [Pythonmac-SIG] Fwd: Preferred IDE

2005-12-02 Thread lanceboyle
On Dec 1, 2005, at 6:20 AM, altern wrote: > pyoxide you can open a console with python from within the editor > and this is very handy to try things out > Yes, indeed. But isn't PyOxide still really crashy? I have 0.7.1 and haven't used it in quite a while. Jerry _