Re: [Pythonmac-SIG] readline support in ActivePython 2.4.2?

2005-11-29 Thread Dave
[Trent Mick <[EMAIL PROTECTED]> said] >[Dave wrote] >> I installed the ActivePython 2.4.2 binary on a clean 10.4 system. I >> also installed ipython 0.6.15. ipython complains there is no readline >> support. I did find a readline.so file in >> >> /Library/Frameworks/Python.framework/Versions/2.

Re: [Pythonmac-SIG] Selecting in BBEdit & Python Indenting style(spaces)

2005-11-29 Thread Rob Managan
>On Nov 29, 2005, at 4:54 PM, Louis Pecora wrote: > >> Kent Quirk wrote: >> >>> Just because there seems to be an orgy of people agreeing that >>> Tabs are the One True Way, I feel a need to point out that there >>> are those of us who fervently believe that Tabs Are Evil. The >>> reason is

Re: [Pythonmac-SIG] Selecting in BBEdit & Python Indenting style(spaces)

2005-11-29 Thread Bob Ippolito
On Nov 29, 2005, at 4:54 PM, Louis Pecora wrote: > Kent Quirk wrote: > >> Just because there seems to be an orgy of people agreeing that >> Tabs are the One True Way, I feel a need to point out that there >> are those of us who fervently believe that Tabs Are Evil. The >> reason is that tab

Re: [Pythonmac-SIG] Selecting in BBEdit & Python Indenting style(spaces)

2005-11-29 Thread Louis Pecora
Kent Quirk wrote: >Just because there seems to be an orgy of people agreeing that Tabs are the >One True Way, I feel a need to point out that there are those of us who >fervently believe that Tabs Are Evil. The reason is that tabs are interpreted >differently in different places, and they're in

Re: [Pythonmac-SIG] Selecting in BBEdit & Python Indenting style(spaces)

2005-11-29 Thread Kent Quirk
Just because there seems to be an orgy of people agreeing that Tabs are the One True Way, I feel a need to point out that there are those of us who fervently believe that Tabs Are Evil. The reason is that tabs are interpreted differently in different places, and they're indistinguishable from sp

Re: [Pythonmac-SIG] Selecting in BBEdit & Python Indenting style (spaces)

2005-11-29 Thread Jan Erik Moström
Chris Barker <[EMAIL PROTECTED]> 2005-11-29 20:40: > > I would think that TAB would be infinitely better and avoid the > > problems you point out that probably plague a lot of editors when > > doing Python code. > > I agree. Tabs would be easier in most cases, but: Thank you, while I really like

Re: [Pythonmac-SIG] Fwd: Preferred IDE

2005-11-29 Thread David M. Cooke
"Chris Barker" <[EMAIL PROTECTED]> writes: > Jeffrey E. Forcier wrote: >>> I also seem to remember BBEdit not having that >>>issue for some reason, but it wasn't worth the price tag for that >>>one tweak. > >>> TextWrangler/BBEdit is an *excellent* editor, so be sure to try it out >>> yoursel

Re: [Pythonmac-SIG] Selecting in BBEdit & Python Indenting style (spaces)

2005-11-29 Thread Chris Barker
Louis Pecora wrote: > You hold down the option key while selecting, but you cannot do this > in the soft wrap mode. You have to set the window to hard wrap at > some column number. If you have the BBEdit manual, you can find more > info around page 52 or just look in the index. thanks. > What

Re: [Pythonmac-SIG] readline support in ActivePython 2.4.2?

2005-11-29 Thread Trent Mick
[Dave wrote] > I installed the ActivePython 2.4.2 binary on a clean 10.4 system. I > also installed ipython 0.6.15. ipython complains there is no readline > support. I did find a readline.so file in > > /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/ > > and ipytho

Re: [Pythonmac-SIG] Preferred IDE

2005-11-29 Thread Trent Mick
[Jan Erik Mostr??m wrote] > A somewhat similar question: is there a good debugger for python? > > Personally I prefer BBEdit as my editor but the thing I'm looking for is a > debugger. I played around a little bit with Komodo but are there any other > alternatives? I'd be interested in any commen

[Pythonmac-SIG] Selecting in BBEdit & Python Indenting style (spaces)

2005-11-29 Thread Louis Pecora
Chris Barker asked: >Side note: does anyone know how to do selection, cut and paste by columns in BBEdit? You hold down the option key while selecting, but you cannot do this in the soft wrap mode. You have to set the window to hard wrap at some column number.

Re: [Pythonmac-SIG] Fwd: Preferred IDE

2005-11-29 Thread Chris Barker
Jeffrey E. Forcier wrote: >> I also seem to remember BBEdit not having that >>issue for some reason, but it wasn't worth the price tag for that >>one tweak. >> TextWrangler/BBEdit is an *excellent* editor, so be sure to try it out >> yourself Yes, it is, but it really doesn't do python inden

Re: [Pythonmac-SIG] Mac Python IDE

2005-11-29 Thread Charles Hartman
This same message keeps reappearing - ? On Nov 28, 2005, at 3:45 AM, mark hill wrote: > Hi, > > Does anyone have any suggestions as to the best IDE > for Python on OS X. I've been informed that PythonIDE > has ceased development and that the cold is pretty > old. > > I don't want too many bells

Re: [Pythonmac-SIG] Fwd: Preferred IDE

2005-11-29 Thread Henning.Ramm
>> Other than whatever that issue was, though, TextWrangler/BBEdit is >> an *excellent* editor, so be sure to try it out yourself (this >> directed at Jerry and the OP) before dismissing it. I love TextWrangler for its "open in another encoding" feature, but hate it for some inconveniences (bl

[Pythonmac-SIG] Fwd: Preferred IDE

2005-11-29 Thread Jeffrey E. Forcier
Oops, Jerry forgot to send his original email to the list, and thus my Reply-All didn't really do anything :) Forwarding. Begin forwarded message: > From: "Jeffrey E. Forcier" <[EMAIL PROTECTED]> > Date: November 29, 2005 10:48:32 AM EST > To: [EMAIL PROTECTED] > Subject: Re: [Pythonmac-SIG] Pr

Re: [Pythonmac-SIG] Mac Python IDE

2005-11-29 Thread Henning.Ramm
>Does anyone have any suggestions as to the best IDE >for Python on OS X. I've been informed that PythonIDE >has ceased development and that the cold is pretty >old. Would you please read the ongoing thread "Preferred IDE". Greetlings, HR ___ Pythonmac-

Re: [Pythonmac-SIG] Debugger (was: Preferred IDE)

2005-11-29 Thread Henning.Ramm
>A somewhat similar question: is there a good debugger for python? SPE comes with WinPdb, but I never used it. http://www.digitalpeers.com/pythondebugger/ There's also HAP (seems to be Win-only at the moment): https://sourceforge.net/projects/hapdebugger/ Best regards, Henning Hraban Ramm Südku