Re: Installing django on 10.4 os x and i cant figure this one out.

2008-09-02 Thread Jason Ourscene
w are you running 'django-admin.py' and what is the first line of > that file? > > Graham > > On Sep 1, 1:23 am, Jason Ourscene <[EMAIL PROTECTED]> wrote: > > > when i run ls -las /usr/bin/python i get: > > 8 lrwxr-xr-x   1 root  wheel  9 Jul 21 22:50

Re: Installing django on 10.4 os x and i cant figure this one out.

2008-08-31 Thread Jason Ourscene
when i run ls -las /usr/bin/python i get: 8 lrwxr-xr-x 1 root wheel 9 Jul 21 22:50 /usr/bin/python -> python2.3 when run "which python" /usr/bin/python I did not use macports, what i did do was install a later version of python using this tutorial http://blog.vixiom.com/2006/07/23/how-to-ins

Installing django on 10.4 os x and i cant figure this one out.

2008-08-31 Thread Jason Ourscene
I have some minor programming background. mainly php. Ive been trying to install python and django for the last 3 hours. I've gotten to the point where i have everything working. But when i run the django-admin.py script i get the following error Traceback (most recent call last): File "/Librar

Re: Just started the tutorial and already getting Errors.

2008-05-14 Thread Jason Ourscene
Thank you very much! You guys rock. Jason On May 14, 11:11 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Wed, May 14, 2008 at 11:05 PM, Jason Ourscene <[EMAIL PROTECTED]> wrote: > > > First i had my python issue, got that settled and now in the first &g

Just started the tutorial and already getting Errors.

2008-05-14 Thread Jason Ourscene
First i had my python issue, got that settled and now in the first django tutorial I create my poll model and add the def __unicode__ method and im getting an error. heres the code, and the error: Code: http://pastie.textmate.org/197323 and my error: http://pastie.textmate.org/197324 Let me know

Re: Python issues on mac. Python not working.

2008-05-14 Thread Jason Ourscene
said. Thanks! back to learning django! On May 14, 8:44 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On May 15, 2:32 am, Jason Ourscene <[EMAIL PROTECTED]> wrote: > > > Ok now that the shock has passed a bit, anyone know how to do this > > without reinstalling the

Re: Python issues on mac. Python not working.

2008-05-14 Thread Jason Ourscene
Ok now that the shock has passed a bit, anyone know how to do this without reinstalling the OS. Thanks!!! On May 14, 11:47 am, Jason Ourscene <[EMAIL PROTECTED]> wrote: > Looks like i deleted everything associated with python. > > On May 14, 10:55 am, Jason Ourscene <[EMAIL

Re: Python issues on mac. Python not working.

2008-05-14 Thread Jason Ourscene
Looks like i deleted everything associated with python. On May 14, 10:55 am, Jason Ourscene <[EMAIL PROTECTED]> wrote: > I ran the command /usr/bin/python > and i get: No Such File or Directory. > > This cant be good. > > On May 14, 10:30 am, gordyt <[EMAIL PROTECT

Re: Python issues on mac. Python not working.

2008-05-14 Thread Jason Ourscene
I ran the command /usr/bin/python and i get: No Such File or Directory. This cant be good. On May 14, 10:30 am, gordyt <[EMAIL PROTECTED]> wrote: > Jason try this command and see if it works: > > /usr/bin/python > > If that takes you into the Python interpreter then you know that > Apple's pytho

Re: Python issues on mac. Python not working.

2008-05-14 Thread Jason Ourscene
> What do you get when you run: > >   ls -las /usr/bin/python > > What do you get when you run: > >   which python > > Graham > > On May 14, 2:20 pm, Jason Ourscene <[EMAIL PROTECTED]> wrote: > > > I installed everything through macports initially,

Python issues on mac. Python not working.

2008-05-13 Thread Jason Ourscene
I installed everything through macports initially, but would like to be on a newer version of python which i found is bundled with leopard. I completely removed all the files and things associated with macports. Now when i type python in the terminal i get.. ~bash: python: command not found I tri

Re: New to django and python. error following tutorial w/ the shell

2008-05-06 Thread Jason Ourscene
I tried with the space and without the space and i am still getting that error. what do you think? On May 6, 12:28 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 06-May-08, at 9:37 AM, Jason Ourscene wrote: > > >   def __unicode__(self): > > def __unicode__(self):

New to django and python. error following tutorial w/ the shell

2008-05-05 Thread Jason Ourscene
So i got it django up and running on my mac and am totally excited to get started, i got a bit into the tutorial when i got to the point where it asked me to add the __unicode__ method to my model. When i add it to my model and try to use the shell i get this error. If you anyone can help me with