I tried that originally.  I'm sorry that I thought that you meant that
I should try it as >>>import Django.  Anyway, here's what >>>import
django looks like:
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named django
>>>


On Jul 12, 3:49 pm, Vincent Nijs <[EMAIL PROTECTED]>
wrote:
> You already told us that. Don't use Django but django. The command is
> case-sensitive.
>
> import django
>
> Vincent
>
> On 7/12/07 4:34 PM, "surfwizz" <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Here's what that looks like:
> >>>> import Django
> > Traceback (most recent call last):
> >   File "<stdin>", line 1, in <module>
> > ImportError: No module named Django
>
> > On Jul 12, 2:19 pm, Vincent Nijs <[EMAIL PROTECTED]>
> > wrote:
> >> How about 'import django' rather than 'import Django'?
>
> >> Vincent
>
> >> On 7/12/07 4:15 PM, "surfwizz" <[EMAIL PROTECTED]> wrote:
>
> >>> When I run python in terminal, then use >>>import Django, here's what
> >>> it looks like.
> >>> Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
> >>> [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
> >>> Type "help", "copyright", "credits" or "license" for more information.
> >>>>>> import django
> >>> Traceback (most recent call last):
> >>>   File "<stdin>", line 1, in <module>
> >>> ImportError: No module named django
>
> >>> On Jul 10, 9:09 pm, Carl Karsten <[EMAIL PROTECTED]> wrote:
> >>>> surfwizzwrote:
> >>>>> I am having trouble installing Django on Mac OSX 10.4.10.  Any help
> >>>>> would be welcome.  Thanks!
>
> >>>> Im gona take a shot:
>
> >>>> Can you run python and get a >>> prompt?
>
> >>>> If yes,
> >>>>    what version is it?
> >>>>    and what happens when you >>> import django
>
> >>>> Carl K
>
> >> --
>
> --
> Vincent R. Nijs
> Assistant Professor of Marketing
> Kellogg School of Management, Northwestern University
> 2001 Sheridan Road, Evanston, IL 60208-2001
> Phone: +1-847-491-4574 Fax: +1-847-491-2498
> E-mail: [EMAIL PROTECTED]
> Skype: vincentnijs


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to