Re: i'm tired

2008-02-09 Thread Wilson MacGyver
I think you made it more complex than it really has to be, especially for learning. For a straight OSX install when I first started messing around with django. here is what I did. Step 1: download and install macpython from the python.org url is http://www.python.org/ftp/python/2.5.1/python-2.5.

Re: i'm tired

2008-02-09 Thread Wilson MacGyver
newbiedoobiedoo wrote: > please take your instructions and put them up somewhere OFFICIAL, > because > I was following directions that were MUCH more complicated. > > I just did what you said... and now I have django. I will proceed to > try and set up Mysql > now, so that I can get to testing t

Re: tutorial 01

2008-02-09 Thread Wilson MacGyver
Jeff Anderson wrote: > the command isn't found because it isn't in your path. > Are you sure you installed it correctly? > > On mac os x, I recommend installing django through fink if you are new > to *nix commands and shells and the like. > > You can also change to the directory that has djang

Re: Request for Leopard users

2007-10-31 Thread Wilson MacGyver
I too can confirm this. echo $LANG gives en_US.UTF-8 but using both /usr/bin/python which is the one that came with OSX Leopard, or using the MacPython downloaded from www.python.org at the path /Library/Frameworks/Python.framework/Versions/Current/bin/python in both cases, >>> import locale >

Re: Request for Leopard users

2007-10-31 Thread Wilson MacGyver
On 11/1/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > On 11/1/07, Wilson MacGyver <[EMAIL PROTECTED]> wrote: > > > > I too can confirm this. > > > > echo $LANG gives en_US.UTF-8 > > > > but using both /usr/bin/python which is the one that came

Re: learning django and python

2007-11-14 Thread Wilson MacGyver
I don't know about the Instant Django on OSX, but Django itself is very easy. I use the python universal binary from http://www.python.org/download then download Django, untar it, and go into the extracted Django directory, run "sudo python setup.py install" That's it, Django is installed and r

Re: Mac vs. PC for Django work.

2006-09-13 Thread Wilson MacGyver
On OSX, one of the first thing I do is download and installthe latest Python from http://www.python.org/downloadIt's straight forward and let you have up to date python so you can avoid problems like that.On 9/13/06, Eric Walstad <[EMAIL PROTECTED]> wrote: One of the developers on my team works on