Since it appears that you are not too familiar with Python, this may help: http://www.youtube.com/watch?v=d_W02OwHa38
Using a virtual environment and pip will a long way to solving many of your issues. It is considered best practice 'for a reason'. https://zignar.net/2012/06/17/install-python-on-windows/ Then, install django and other requirements inside your virtualenv. HTH, Tim On Tue, Dec 24, 2013 at 11:35 AM, Malik Rumi <[email protected]> wrote: > Hello. This is my first post. The attached Word document tracks everything > I have done this morning to get this to work. > > Your insights, guidance, and assistance is greatly appreciated. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/dec70718-1de8-403d-9321-fbbfd760e88d%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- MLHIM VIP Signup: http://goo.gl/22B0U ============================================ Timothy Cook, MSc +55 21 94711995 MLHIM http://www.mlhim.org Like Us on FB: https://www.facebook.com/mlhim2 Circle us on G+: http://goo.gl/44EV5 Google Scholar: http://goo.gl/MMZ1o LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2B%3DOU3WGaLMnxx%2BEHgYHZk8Z80cruktTKpiNhNX5bRJhEEHO8Q%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

