You probably already had Python 2.5 to start with.
> I installed Mac Python with no problem.
It looks like you probably picked up Python 2.6 at this step.
> I downloaded and ran the installer for NLTK, which installed it in /
> Library/Python/2.5/site-packages.
That's because it would have run python from the command line, and it
must have picked up the officially installed version (see "python
-V").
I recommend that you remove the new MacPython 2.6 installation, and
reinstall NLTK into the 2.5 site-packages directory. (If you use
macports, the latter step is easy, using "sudo port install
py25-nltk".)
-Steven Bird
Right -- using macports for the first time is an ordeal.
> I started Idle, but could not import NLTK.
You probably need to (install then) run "python_select" to specify
which instance of Python is to be used by default.
> So I have had limited success, after working on it for most of the
> day. I cannot get all the demos to work, though that will be a subject
> of a new topic.
They should all work, so if you have problems, please report them
(ideally to the NLTK issue tracker).
> I am starting to dread trying to explain this to students.
Fair enough. Though I'm not sure what else to do to support mac
users, given that we provide a dmg and macports distributions. If
there's any tweaking or rewriting of instructions that would help,
please let us know, or write up what eventually worked and post it to
this list.
Thanks,
-Steven Bird