OSx 10.4 lacks pythonIDE?

B

baza

Where is the IDE in 'Tiger' for the mac? Don't tell me I have to use
text edit all the time??

B
 
R

Robert Kern

baza said:
Where is the IDE in 'Tiger' for the mac? Don't tell me I have to use
text edit all the time??

PythonIDE never came with the OS. You have to install it yourself.

http://homepages.cwi.nl/~jack/macpython/

--
Robert Kern
(e-mail address removed)

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
 
M

Matt Feinstein

Where is the IDE in 'Tiger' for the mac? Don't tell me I have to use
text edit all the time??

You can use Spotlight to find the file idle.pyw and use that as an
IDE...

Matt Feinstein
 
R

Robert Kern

B said:
OK, just installed it but it crashes under Tiger.

Not surprising. PythonIDE is very old and unmaintained relying on an
older and even more unmaintained GUI toolkit. You should probably find
another editor.

You could learn to use vim or emacs, both of which come with Tiger. They
also have somewhat more Aqua-friendly GUI versions lurking around. I'm
partial to vim, myself.

PyOXIDE might be a good choice for you.
http://homepage.mac.com/gandreas/Menu4.html

I'm told Xcode does a tolerable job with Python.

There are other IDEs floating around. Searching the PythonMac-SIG
mailing list archives should show you past discussions about them and
how well they work on OS X.

--
Robert Kern
(e-mail address removed)

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
 
L

Lou Pecora

Robert Kern said:
You could learn to use vim or emacs, both of which come with Tiger. They
also have somewhat more Aqua-friendly GUI versions lurking around. I'm
partial to vim, myself.

PyOXIDE might be a good choice for you.
http://homepage.mac.com/gandreas/Menu4.html

I'm told Xcode does a tolerable job with Python.

There are other IDEs floating around. Searching the PythonMac-SIG
mailing list archives should show you past discussions about them and
how well they work on OS X.

TextWrangler or BBEdit (it's bigger brother) can be used, too. Both are
nice GUI editors.

-- Lou Pecora (my views are my own) REMOVE THIS to email me.
 
L

Lou Pecora

Robert Kern said:
I'm told Xcode does a tolerable job with Python.

I just took a look at Xcode and it's not obvious how to run a script. I
suspect I need a project? Then run? The docs say nothing that I can
find.

Thanks.

-- Lou Pecora (my views are my own) REMOVE THIS to email me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top