Re: Django installation on vanilla Mac OSX 10.8.2 mountain lion

2013-08-03 Thread Sithembewena Lloyd Dube
I installed Django successfully. If ever caught in the same situation, try
using the "sudo" command :-)

Thanks!


On Fri, Aug 2, 2013 at 8:31 PM, Nikolas Stevenson-Molnar <
nik.mol...@consbio.org> wrote:

> Right: wget isn't necessary when you have a GUI. However, chances are
> you'll need gcc for something eventually (e.g., any package that isn't
> pure Python), so it's probably worth installing XCode /w command line
> tools package (incl. gcc) anyway. I agree it's a hassle to install
> everything else when all you want is gcc. It's possible you could get
> gcc on it's own:
> http://osxdaily.com/2012/07/06/install-gcc-without-xcode-in-mac-os-x/
> ... not sure if it applies to 10.8.
>
> _Nik
>
> On 8/2/2013 7:50 AM, Larry Martell wrote:
> > On Fri, Aug 2, 2013 at 8:41 AM, Sithembewena Lloyd Dube
> >  wrote:
> >> Hi everyone,
> >>
> >> I just began using a new Mac at work (running OSX 10.8.2 Mountain Lion)
> and
> >> it seems such a mission to install Django. Python 2.7.2. is already
> >> installed. Following the official Django installation instructions, I
> get no
> >> further than trying to get wget-> which I will ned to compile with a C
> >> Compiler -> which I can get by downloading 1+ gigs of xCode. Really?
> >>
> >> Could somebody please point out a safe and straight-forward way to
> install
> >> Django on Mountain Lion?
> > For me it was as simple as:
> >
> > download from https://www.djangoproject.com/download/1.5/tarball/
> > tar xzvf Django-1.5.tar.gz
> > cd Django-1.5
> > sudo python setup.py install
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>


-- 
Regards,
Sithu Lloyd Dube

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Django installation on vanilla Mac OSX 10.8.2 mountain lion

2013-08-02 Thread Nikolas Stevenson-Molnar
Right: wget isn't necessary when you have a GUI. However, chances are
you'll need gcc for something eventually (e.g., any package that isn't
pure Python), so it's probably worth installing XCode /w command line
tools package (incl. gcc) anyway. I agree it's a hassle to install
everything else when all you want is gcc. It's possible you could get
gcc on it's own:
http://osxdaily.com/2012/07/06/install-gcc-without-xcode-in-mac-os-x/
... not sure if it applies to 10.8.

_Nik

On 8/2/2013 7:50 AM, Larry Martell wrote:
> On Fri, Aug 2, 2013 at 8:41 AM, Sithembewena Lloyd Dube
>  wrote:
>> Hi everyone,
>>
>> I just began using a new Mac at work (running OSX 10.8.2 Mountain Lion) and
>> it seems such a mission to install Django. Python 2.7.2. is already
>> installed. Following the official Django installation instructions, I get no
>> further than trying to get wget-> which I will ned to compile with a C
>> Compiler -> which I can get by downloading 1+ gigs of xCode. Really?
>>
>> Could somebody please point out a safe and straight-forward way to install
>> Django on Mountain Lion?
> For me it was as simple as:
>
> download from https://www.djangoproject.com/download/1.5/tarball/
> tar xzvf Django-1.5.tar.gz
> cd Django-1.5
> sudo python setup.py install
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Django installation on vanilla Mac OSX 10.8.2 mountain lion

2013-08-02 Thread Justin Michalicek
I install it on my Mac running 10.8.4 using pip on a pretty regular basis 
for starting new projects and testing things.  I use postgres from 
homebrew, virtualenv and virtualenvwrapper installed as system packages, 
then install django as needed into virtualenvs using pip.

On Friday, August 2, 2013 10:41:35 AM UTC-4, Lloyd Dube wrote:
>
> Hi everyone,
>
> I just began using a new Mac at work (running OSX 10.8.2 Mountain Lion) 
> and it seems such a mission to install Django. Python 2.7.2. is already 
> installed. Following the official Django installation instructions, I get 
> no further than trying to get wget-> which I will ned to compile with a C 
> Compiler -> which I can get by downloading 1+ gigs of xCode. Really?
>
> Could somebody please point out a safe and straight-forward way to install 
> Django on Mountain Lion?
>
> Thanks.
>
> -- 
> Regards,
> Sithu Lloyd Dube 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Django installation on vanilla Mac OSX 10.8.2 mountain lion

2013-08-02 Thread Thomas Lockhart

On 8/2/13 7:41 AM, Sithembewena Lloyd Dube wrote:

Hi everyone,

I just began using a new Mac at work (running OSX 10.8.2 Mountain 
Lion) and it seems such a mission to install Django. Python 2.7.2. is 
already installed. Following the official Django installation 
instructions, I get no further than trying to get wget-> which I will 
ned to compile with a C Compiler -> which I can get by downloading 1+ 
gigs of xCode. Really?


Could somebody please point out a safe and straight-forward way to 
install Django on Mountain Lion?


For me, "safe and straight-forward" includes getting my machine set up 
as a full development environment in a reproducible way to support 
multiple projects. If the priority is *not* saving disk space (or 
minimizing download bandwidth), I would suggest the following components:


XCode (compilers etc)
MacPorts (third party apps)
PostgreSQL (from MacPorts postgresql92-server)
virtualenv (from MacPorts py27-virtualenv; this will also probably get 
you python-2.7)


You will want to set up your path to find executables in /opt/local/bin/

Use virtualenv to set up a standalone python installation, and pip to 
get the packages you need for django.


Use the postgres installation to provide more control over versioning 
and the location of your database, setting PGDATA and PGPORT environment 
variables to find your server. When developing, I run my server from the 
command line.


hth

- Tom

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Django installation on vanilla Mac OSX 10.8.2 mountain lion

2013-08-02 Thread Josh Finnie
You can get the C compiler using this:

https://github.com/kennethreitz/osx-gcc-installer

No need to install XCode.


Josh Finnie
--
mobile: (860) 716-5996
home: (202) 657-5346


On Fri, Aug 2, 2013 at 10:50 AM, Larry Martell wrote:

> On Fri, Aug 2, 2013 at 8:41 AM, Sithembewena Lloyd Dube
>  wrote:
> > Hi everyone,
> >
> > I just began using a new Mac at work (running OSX 10.8.2 Mountain Lion)
> and
> > it seems such a mission to install Django. Python 2.7.2. is already
> > installed. Following the official Django installation instructions, I
> get no
> > further than trying to get wget-> which I will ned to compile with a C
> > Compiler -> which I can get by downloading 1+ gigs of xCode. Really?
> >
> > Could somebody please point out a safe and straight-forward way to
> install
> > Django on Mountain Lion?
>
> For me it was as simple as:
>
> download from https://www.djangoproject.com/download/1.5/tarball/
> tar xzvf Django-1.5.tar.gz
> cd Django-1.5
> sudo python setup.py install
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Django installation on vanilla Mac OSX 10.8.2 mountain lion

2013-08-02 Thread Larry Martell
On Fri, Aug 2, 2013 at 8:41 AM, Sithembewena Lloyd Dube
 wrote:
> Hi everyone,
>
> I just began using a new Mac at work (running OSX 10.8.2 Mountain Lion) and
> it seems such a mission to install Django. Python 2.7.2. is already
> installed. Following the official Django installation instructions, I get no
> further than trying to get wget-> which I will ned to compile with a C
> Compiler -> which I can get by downloading 1+ gigs of xCode. Really?
>
> Could somebody please point out a safe and straight-forward way to install
> Django on Mountain Lion?

For me it was as simple as:

download from https://www.djangoproject.com/download/1.5/tarball/
tar xzvf Django-1.5.tar.gz
cd Django-1.5
sudo python setup.py install

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Django installation on vanilla Mac OSX 10.8.2 mountain lion

2013-08-02 Thread François Schiettecatte
Use curl instead, it is included by default in Mac OS X:

macpro: ~ > which curl
/usr/bin/curl


François

On Aug 2, 2013, at 10:41 AM, Sithembewena Lloyd Dube  wrote:

> Hi everyone,
> 
> I just began using a new Mac at work (running OSX 10.8.2 Mountain Lion) and 
> it seems such a mission to install Django. Python 2.7.2. is already 
> installed. Following the official Django installation instructions, I get no 
> further than trying to get wget-> which I will ned to compile with a C 
> Compiler -> which I can get by downloading 1+ gigs of xCode. Really?
> 
> Could somebody please point out a safe and straight-forward way to install 
> Django on Mountain Lion?
> 
> Thanks.
> 
> -- 
> Regards,
> Sithu Lloyd Dube
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




Django installation on vanilla Mac OSX 10.8.2 mountain lion

2013-08-02 Thread Sithembewena Lloyd Dube
Hi everyone,

I just began using a new Mac at work (running OSX 10.8.2 Mountain Lion) and
it seems such a mission to install Django. Python 2.7.2. is already
installed. Following the official Django installation instructions, I get
no further than trying to get wget-> which I will ned to compile with a C
Compiler -> which I can get by downloading 1+ gigs of xCode. Really?

Could somebody please point out a safe and straight-forward way to install
Django on Mountain Lion?

Thanks.

-- 
Regards,
Sithu Lloyd Dube

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.