Boy, the speedy responses on this thread are great! I can't wait to get home from work so I can put this advice into practice. And now you know what I want for Christmas 😄 - a working installation of django and python to play with.
-----Original Message----- From: "Tom Lockhart" <[email protected]> Sent: ‎12/‎24/‎2013 9:15 AM To: "[email protected]" <[email protected]> Subject: Re: Can't Install on Windows 8.1 On 2013-12-24, at 6:56 AM, Malik Rumi <[email protected]> wrote: Thank you. One more question before I dive in: I already have python installed. Are you suggesting I remove it and start over? No. What you will find is that virtualenv will pick up whatever python it finds and package it in a new self-contained area. At that point you will have full control over what additional things get installed. But it needs a python installation somewhere else to get started. If you have put a bunch of packages into your native python installation and are not sure what you have, you may want to re-install just to get a clean basic installation. But I haven't had to do that and would not bother unless you see other issues. hth - Tom On Tuesday, December 24, 2013 8:04:08 AM UTC-6, Timothy W. Cook wrote: 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/952e8e35-bb11-4c66-aca8-d25585606d76%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. Tom Lockhart [email protected] -- You received this message because you are subscribed to a topic in the Google Groups "Django users" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/BAW1U7oKdgM/unsubscribe. To unsubscribe from this group and all its topics, 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/E65C7D3B-1493-44F5-AC2C-516E27912E60%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out. -- 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/52b9c94a.ceb2320a.2a74.2f34%40mx.google.com. For more options, visit https://groups.google.com/groups/opt_out.

