On Mon, 2006-06-05 at 19:49 -0700, keukaman wrote:
> Thanks Malcolm. I did as you suggested and got the error
> 
> ImportError: No module named django
> 
> I guess there's an installation problem.

I guess this should be easy to fix, but just in case you are still
stuck, let's back up a couple of steps. This should be really easy;
don't overthink it. :-)

When you downloaded the source from subversion on whichever machine you
did that, you will have downloaded into a directory called, let's say,
django_src. That directory will contain other directories such as docs/,
django/, examples/, ... (and so forth).

It is the directory called django_src/django/ that you need to symlink
or copy into your Python path somewhere. This is thing that we are
wanting to be able to import. So if your Django source is
in /home/keukaman/django_src, just add that directory to your Python
path (you add the directory that is one above the django/ directory).

(Apologies if that was all really obvious; not entirely sure of you
experience / comfort level with this stuff and I'm trying to save some
time up front.)

Regards,
Malcolm


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