Hi, You just need to
1) Download the zip or tar file of that module.(type in google django shortcut various links) 2) There must be a setup.py file. 3) Go to terminal or cmd (windows) . 4) Go to that directory. 5) Type python setup.py install /sudo python setup.py install On Thu, Nov 10, 2011 at 2:26 PM, Ganesh Kumar <bugcy...@gmail.com> wrote: > Ho to install django-shortcuts module > Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) > [GCC 4.4.3] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import django.shortcut > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named shortcut > >>> from django.shortcut import render_to_response > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named shortcut > >>> import django.shortcut > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named shortcut > >>> > > please guide me how to install django-shortcut module. > > > Did I learn something today? If not, I wasted it. > > -- > 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. > > -- Regards Nikhil Verma +91-958-273-3156 -- 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.