Re: [Pythonmac-SIG] Python control/integration of a Cocoa/Quicktime application?

2007-10-27 Thread Jack Jansen
On 27-Oct-2007, at 02:55 , Darran Edmundson wrote: I've recommended that Douglas join this mailing list and ask questions. My only concern is that most people coming to this list are probably python users (like myself) who want to write Mac apps. Douglas is coming from the opposite tack -

Re: [Pythonmac-SIG] Welcome Leopard

2007-10-27 Thread Boyd Waters
If you can hold out for a few more days, I'm working on MatPlotLib integration with Leopard's Python 2.5.1 We use it for our data analysis software; one of my jobs is maintaining our Mac Intel implementation. I had had a pre-release of Leopard for quite some time, but alas we shipped an imp

Re: [Pythonmac-SIG] [IPython-dev] readline support for OS X Leopard

2007-10-27 Thread Fernando Perez
On 10/27/07, Boyd Waters <[EMAIL PROTECTED]> wrote: > OK, thanks... I'll try to put something in ipy_defaults.py > > I'm trying to come up to speed on the new style configuration. I'll > try looking through Trac for more info as well. Honestly, this is so important that I'd rather have it in the c

Re: [Pythonmac-SIG] [IPython-dev] readline support for OS X Leopard

2007-10-27 Thread Ville M. Vainio
On 10/27/07, Boyd Waters <[EMAIL PROTECTED]> wrote: > Stay tuned for a patch! > > something like > if 'darwin' in os.platform: Where do you plan to put this? Configuring readline is done in config files (ipythonrc), which don't really allow conditional actions. I suggest you put it in ipy_defa

[Pythonmac-SIG] Welcome Leopard

2007-10-27 Thread Riccardo Tediosi
Dear Memebers, Leopard is arrived and on my Mac everything is working really great. Now a question. I'm using python for my scientific research and I really need it. In particular I use pylab and scipy for their modules and for the graphical output. Now on Tiger the python version was older (

Re: [Pythonmac-SIG] [IPython-dev] readline support for OS X Leopard

2007-10-27 Thread Boyd Waters
OK, thanks... I'll try to put something in ipy_defaults.py I'm trying to come up to speed on the new style configuration. I'll try looking through Trac for more info as well. On Oct 27, 2007, at 2:37 AM, Ville M. Vainio wrote: > I suggest you put it in ipy_defaults.py, and we'll advise leop