[Pythonmac-SIG] More on stdin and python scripts in BBEdit and TextWrangler

2005-03-04 Thread Louis Pecora
I contacted the software company for BBEdit and TextWrangler re: my problem with using stdin (e.g raw_input) when running a script from within the program (Unix Output window, not a terminal run window). Several people were interested so I thought I'd post the reply: scripts which are run d

Re: [Pythonmac-SIG] More on stdin and python scripts in BBEdit and TextWrangler

2005-03-04 Thread Martina Oefelein
Hello Louis, The worksheet seems to solve that problem, but it does not enable me to use TextWrangler or BBEdit as an IDE-type environment. well, many people have been looking for a good python IDE on the Mac - in fact, there has been a really long discussion about this a few weeks ago. You migh

Re: [Pythonmac-SIG] More on stdin and python scripts in BBEdit and TextWrangler

2005-03-04 Thread Louis Pecora
Martina Oefelein wrote: just use pythonw instead of python. ciao Martina I have been tempted to look into several variations on Python, but I am wary of having to spend too much time installing other packages that are interdependent and having to tweak them to get it all to work. Maybe I'm maki

Re: [Pythonmac-SIG] More on stdin and python scripts in BBEdit and TextWrangler

2005-03-04 Thread Charles Hartman
Well, one other option -- not free, but not very expensive -- is WingIDE (wingware.com). I've gotten to like it very much, even though I don't much like (on Mac) having to run under X11. That gives it a small performance hit as compared with the Windows version (which I've used only a little).

Re: [Pythonmac-SIG] More on stdin and python scripts in BBEdit and TextWrangler

2005-03-04 Thread Charles Hartman
No no, pythonw is simply part of OS X Python. Just change the command that your editor or whatever runs, probably from /usr/bin/python to /usr/bin/pythonw. You need to do that for *any* GUI app. Charles Hartman Professor of English, Poet in Residence http://cherry.conncoll.edu/cohar http://ville