Django follows normal python import rules. So just lookup those to
know what Django can use and how it needs to be setup.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Luke Seelenbinder
luke.seelenbin...@gmail.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkp+M70ACgkQXQrGVCncjPy43gCfbxz5dw6uLeysyXl98qoZ9Ktp
DysAn2mwAKm9MeIFMcKdL6LTHfgxyUHR
=K/yu
-----END PGP SIGNATURE-----





On Sat, Aug 8, 2009 at 3:11 PM, Daniel Roseman<dan...@roseman.org.uk> wrote:
>
> 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