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.
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
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
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
>
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
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
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
7 matches
Mail list logo