If you really want everything, then either MacPorts or Fink work well.

If you just want to run through the tutorial, though, you can probably get
away with the built-in version of Python and SQLite as suggested.  Older
Macs have Python 2.3, which should work (though it is quite old); Leopard
(MacOS X 10.5) ships Python 2.5, which is the latest version.

Adam


On Thu, May 1, 2008 at 7:12 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

>
> Probably the most painless way to get everything you need for the
> production setup is via MacPorts - apache, python, postgres, etc.
>
> On May 1, 2:56 pm, Kevin Monceaux <[EMAIL PROTECTED]> wrote:
> > Selmac?,
> >
> > I've never used a Mac, so take the following with a grain of salt.
> >
> > On Thu, 1 May 2008, selmac wrote:
> > > I know the makers of Django like postgress.  Does anyone have
> > > instructions for an installation of the whole package (apache,
> postgres,
> > > django, python, mod_python) on a mac?
> >
> > It sounds like at this point you just want to work through the tutorial.
> > All you really need for that is Python and Django.  Running Django
> behind
> > Apache is not recommended for testing.  That's mainly for production
> > environments.  You can use SQLite as your database.  It comes with the
> > latest version of Python and would probably be the "least painless" to
> use
> > for testing.
> >
> > A little Googling indicates that Python comes pre-installed on OS X, but
> > might be a bit out of date.  Up to date pre-build Python packages for OS
> X
> > can be found at:
> >
> > http://PythonMac.org/packages/
> >
> > Once Python is squared away, you can follow the install instruction for
> > Django on the Django site and use it's built-in test web server for
> > testing.
> >
> > Kevinhttp://www.RawFedDogs.nethttp://www.WacoAgilityGroup.org
> > Bruceville, TX
> >
> > Si hoc legere scis nimium eruditionis habes.
> > Longum iter est per praecepta, breve et efficax per exempla!!!
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to