I think we're getting closer... fixed my .bashrc file, both the PATH
and PYTHONPATH var's as follows:

PATH=$PATH:$HOME/bin:/usr/local/bin:/usr/local/mysql/bin:$HOME/Development/django_src/django/bin
PYTHONPATH=$HOME/Library/Frameworks/Python.framework/Versions/2.4:$HOME/Development/django_src/django/bin

now when I execute "django-admin.py startproject mysite" I get:

Traceback (most recent call last):
  File
"/Users/Stirman/Development/django_src/django/bin/django-admin.py",
line 2, in ?
    from django.core import management
ImportError: No module named django.core

Don't know if that's better or worse?!

Thanks!


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to