Re: Cant find django

2010-07-05 Thread Bradley Hintze
I found http://www.djangoproject.com/download/ that answers most my questions. I'm sure there will be more to come soon. Thanks, Bradley On Mon, Jul 5, 2010 at 11:05 PM, Bradley Hintze wrote: > I am uninstalling BitNami Django. > > Where can I get a tarball? (which one should I get? How should I

Re: Cant find django

2010-07-05 Thread Bradley Hintze
I am uninstalling BitNami Django. Where can I get a tarball? (which one should I get? How should I unpack it? How do i install? what is pip? how do I use virtualenv?) All I see is third party packages, I'm guessing that's not what I want?? On Mon, Jul 5, 2010 at 10:45 PM, Shawn Milochik wrote: >

Re: Cant find django

2010-07-05 Thread Shawn Milochik
The easiest solution I've found is to just install it with pip. Download the tarball for the version you want then run pip install filename. Of course you'll need to prefix that with sudo if you're installing it system-wide, but I recommend virtualenv. I use a Mac for development full-time an

Cant find django

2010-07-05 Thread Bradley Hintze
I have decided to give django a try despite a previous experience which went bad. I am on Mac OSX 10.6. I used the bitnami-djangostack-1.1.1-2-osx-x86-installer and went to follow the tutorial. I ran the python interactive interpreter and tried to import django wit no luck. I tried to run 'django-a