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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

