Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
OS X install problem: No module named django.core.management
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Adam  
View profile  
 More options Sep 14 2006, 1:06 am
From: "Adam" <adamf...@gmail.com>
Date: Wed, 13 Sep 2006 22:06:25 -0700
Local: Thurs, Sep 14 2006 1:06 am
Subject: OS X install problem: No module named django.core.management
In an attempt to get the Python Image Library working, I installed the
Universal Python and PIL packages from
http://pythonmac.org/packages/py24-fat/index.html.  Originally, I was
set up with a compiled version of 2.4 as was the example at the time.
Now, though, I'm getting this error whenever I do a python manage.py
runserver:

"Traceback (most recent call last):
  File "manage.py", line 2, in ?
    from django.core.management import execute_manager
ImportError: No module named django.core.management"

I'm using a copy from subversion, revision 3757.  The location of my
django src location is symlinked from the new site-packages folder in
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packag es/

Is there anything I'm missing?

Adam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Bennett  
View profile  
 More options Sep 14 2006, 1:45 am
From: "James Bennett" <ubernost...@gmail.com>
Date: Thu, 14 Sep 2006 00:45:35 -0500
Local: Thurs, Sep 14 2006 1:45 am
Subject: Re: OS X install problem: No module named django.core.management
On 9/14/06, Adam <adamf...@gmail.com> wrote:

> I'm using a copy from subversion, revision 3757.  The location of my
> django src location is symlinked from the new site-packages folder in
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packag es/

Make sure that directory is explicitly on your Python path; versions
of Python other than the ones distributed with OS X may not recognize
it by default.

--
"May the forces of evil become confused on the way to your house."
  -- George Carlin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fast, Adam  
View profile  
 More options Sep 14 2006, 9:39 am
From: "Fast, Adam" <a...@adamfast.com>
Date: Thu, 14 Sep 2006 09:39:52 -0400
Local: Thurs, Sep 14 2006 9:39 am
Subject: RE: OS X install problem: No module named django.core.management

Thank you, that was the solution.  site-packages/ was in the path, but I added site-packages/django and now everything's working great.

Adam

  winmail.dat
4K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »