On 17-Sep-07, at 4:12 PM, Dave E wrote:
> After reading about other OS X user's Django install problems, I'm > attempting to write up the simplest, clearest possible, completely > unambiguous, instructions for other OS X users here: > http:ecoconsulting.co.uk/python/django-install.txt > but obviously I need to get it right first, and... first comment: please do something with wordwrap - in firefox on a mac, I have to keep scrolling left and right > > ...I've hit problems with Macports, detailed below. But I can't find > anywhere how to install Django from within Python (like Perl's CPAN), > and Macports is actually suggested on the Django site. second comment: MacOS is just a BSD - so the installation is just as straightforward as an installation on Linux except that some paths are slightly different. third: you havent touched the database installation part. and, finally, it is best to run django from the latest svn, so just following the basic linux installation instructions for django from the tutorial would be the ideal way of installing django on a Mac. If you *do* install django from Macports, you have no control over the version you are using. So for the django part - just an svn co and a symlink to the python site-packages directory is all you need. -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

