On Aug 8, 7:42 pm, djangonoob <ye.eug...@gmail.com> wrote:
> Hi Alex,
> in that case, do we need to know where is the python modules being
> installed
> before importing it?

No.

> Or do we install another python library to a directory where our
> django project lives before importing the
> python modules?
>
> Best Rgds.

If it's not in the standard library, you need to install it somewhere
on the Pythonpath (not necessarily the same place as your Django
project). However, urllib is in the standard library, so you don't
need to install it.

--
DR.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to