For what it' worth, perhaps to save you some time, I recently spent a
day evaluating
these tools. Horses for courses, but for me:
TextWrangler is a freebie BBEditLite - a very nice word-processor
which is keyword aware;
SPE is a full-blown development environment which includes wxglade
interf
Ronald Oussoren wrote:
>Could you open Console.app, clear the log and then try to start IDLE
>again? Hopefully IDLE runs into a problem that gets written to the
>console log.
Here is what I see when I double-click on IDLE:
Traceback (most recent call last):
File "/Applications/MacPython
2.
Hi All,
I'm trying to create and save a new OmniOutliner doc, but I'm having
some trouble trying to figure out what to pass as the _in parameter.
Any suggestions? A script snippet is below.
Thanks,
Tom
from appscript import app,k
oo = app("OmniOutliner")
d = oo.documents.end.make(new=k.doc
While we're at it, if all you want is a Python-aware editor -- then
there area a lot of other (better?) options. Scan the archives of this
list for suggestions. A few:
BBEdit (TextWrangler?)
Eclipse
SPE
Jedit
ScrIDE
Assorted *nix editors: emaca, VIm, etc, etc.
or look here:
http://wiki.pytho
On Wednesday, October 25, 2006, at 02:00PM, <[EMAIL PROTECTED]> wrote:
>Ronald Oussoren wrote:
>> IDLE works for me. Could you tell me more about the version of OSX you're
>> using (and if 10.4, if you're on intel or ppc).
>>
>>
>> For the record, if you are running 10.3.9: IDLE uses Tk for its
Ronald Oussoren wrote:
> IDLE works for me. Could you tell me more about the version of OSX you're
> using (and if 10.4, if you're on intel or ppc).
>
>
> For the record, if you are running 10.3.9: IDLE uses Tk for its GUI,
> you'll have to download and install that seperately:
> http://tcltka
On Wednesday, October 25, 2006, at 01:07PM, Rodney Somerstein <[EMAIL
PROTECTED]> wrote:
>I downloaded Python 2.5 yesterday and am having a problem with the included
>IDLE. If I launch IDLE by double-clicking, it shows up in the task bar, then
>immediately goes away. I see no windows, menus,
I downloaded Python 2.5 yesterday and am having a problem with the included
IDLE. If I launch IDLE by double-clicking, it shows up in the task bar, then
immediately goes away. I see no windows, menus, etc. for the program. If I type
IDLE at the command line, IDLE 1.2 launches with no problem. Th