1. Please, This is an open source community, with people answering questions here on their free time (no one here is getting payed to answer). so no need for the BOLD Frustrated type.
2. Specifying you are on windows from the beginning would help, Lots of us are using different flavors of windows. 3. The error you are getting is proving that the path etc isn't set up correctly to support python install , shoot up a terminal and type python and hit enter - do you get a running python interpreter or the same error as pip? are the folders where python.exe and pip.exe are added to your windows path? (you can check where the binaries are with your favorite file explorer tool) if not , you should add them. if they are did you add them to the path while the terminal you are using now was already active? if so you should try from another terminal ('cmd') instance 4. A final advice on python environments - make it a habit to use virtualenv (pip install virtualenv) and don't use global installs of packages Good luck! On Thursday, June 4, 2015 at 9:53:36 PM UTC+3, Steve Burrus wrote: > > > *"Which version of Python did you install?" well up until last nite I was > using some flavor of Python 3.5. But someone suggested that I get the 3.4 > version of it so I did. I have all of the environment varianbles set > correctly. I did the ez_install.py thing right. And you would think that I > could easily do the "pip install django" ri ght but it fails.* > > > *On Thu, Jun 4, 2015 at 1:37 PM, Michael Manfre <mma...@gmail.com > <javascript:>> wrote:* >> >> *"sudo apt-get install ..." is a command that works on Ubuntu and a few >> other flavors of linux. It does not work on Windows.* >> >> >> *Which version of Python did you install? If it's Python 3.4 or newer, >> pip is bundled. Python 3.4 is installed to "C:\Python34\" as the >> default. To use pip, you would execute "C:\Python34\python -m pip install >> PACKAGE_NAME" without the surrounding quotes. * >> *To avoid having to type the full path all the time, you will need to add >> it to your path. Please read >> https://docs.python.org/3.4/using/windows.html#excursus-setting-environment-variables >> >> <https://docs.python.org/3.4/using/windows.html#excursus-setting-environment-variables>* >> >> >> *If you are using a version of Python earlier than 3.4, follow the >> instructions found at https://pip.pypa.io/en/latest/installing.html >> <https://pip.pypa.io/en/latest/installing.html>* >> >> *Regards,* >> >> >> *Michael ManfreOn Thursday, June 4, 2015 at 1:33:47 PM UTC-4, Steve >> Burrus wrote:* >>> >>> *I am sorry Dhavi but your command didmn't work! Now I don't think you >>> know that I am on a Windows system and that "sudo" command do esn't work >>> on windows. Any other ideas for me? * >>> >>> >>> *On Thu, Jun 4, 2015 at 3:04 AM, DHaval Joshi <dream...@gmail.com> >>> wrote:* >>>> >>>> >>>> >>>> *try this sudo apt-get install python-pip* >>>> >>>> >>>> >>>> *On Thu, Jun 4, 2015 at 8:54 AM, Steve Burrus <steveb...@gmail.com> >>>> wrote:* >>>> >>>>> *Well Mikea I hardly did it the first time that I tried but I was >>>>> able to get Python 3.4 installed ! And I also got that ez-setup installed >>>>> okay. But where do I go from here to get pip going okay? incidentally I >>>>> tried doing step 5 "C:\users\steve\pip install django" but that didn't >>>>> work! There must be another path to the django install.* >>>>> >>>>> * >>>>> Steve Burrus * >>>>> >>>>> >>>>> *On Wed, Jun 3, 2015 at 9:04 PM, Mike Dewhirst <mi...@dewhirst.com.au> >>>>> wrote:* >>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> *Sorry Steve I didn't realise you needed help to get Django >>>>>> installed. You said you were having a problem with pip. Generally the >>>>>> best >>>>>> way to get help is to explain exactly what you have done and detail the >>>>>> error messages generated. Putting your message in bold doesn't help. I >>>>>> just >>>>>> checked my sent messages and see that I replied to you a couple of days >>>>>> ago >>>>>> at which time you said you had Django working. I can understand that you >>>>>> are having problems in a Windows environment because I am forced to use >>>>>> it >>>>>> myself and I too have to cope with its idiosyncrasies. I didn't know >>>>>> there >>>>>> is a Windows version 10 and I see from Tuesday's post you say it is a >>>>>> beta >>>>>> version. If you have no other choice of platform you should expect a >>>>>> beta >>>>>> version of any operating system to have problems which the supplier >>>>>> really >>>>>> wants to hear about so they can sort it out. So, to help Microsoft out I >>>>>> suggest the following: 1. Uninstall Django and Python 2. Install Python >>>>>> 3.4 >>>>>> for Windows (3.5 is quite new) exactly as described on the Python >>>>>> website. >>>>>> 3. Fully document any errors encountered 4. Report such errors to >>>>>> Microsoft >>>>>> if any 5. If there were no errors installing Python 3.4 and you are able >>>>>> to >>>>>> get a non-Supervisor command prompt running, then install Django like >>>>>> this: >>>>>> C:\users\steve\pip install django 6. If you encounter any problems at >>>>>> all >>>>>> you must let Microsoft know because they will want to fix it. Mike On >>>>>> 4/06/2015 11:16 AM, Steve Burrus wrote: * >>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> * *"you should use Python >= 3.4" I rerpeatedly use version 3.5 of >>>>>>> Python! I have looked at many of these tutorial videos, via youtube, on >>>>>>> how >>>>>>> to set up Django but I_still _get that error msg. when I try to type in >>>>>>> "pip" after I think I haVE successfully installed it!* * * *    >>>>>>>  >>>>>>>                         >>>>>>>  >>>>>>>                 Steve B. * * * *On Wed, >>>>>>> Jun >>>>>>> 3, 2015 at 8:04 PM, Mike Dewhirst <mi...@dewhirst.com.au >>>>>>> <mailto:mi...@dewhirst.com.au>> wrote: * *On 4/06/2015 8:42 AM, >>>>>>> Steve >>>>>>> Burrus wrote: * *well I am still waiting for an answer to >>>>>>> my >>>>>>> earlier post about pip and apparently not configuring >>>>>>> it >>>>>>> right. * * Have you looked at the pip website? Maybe >>>>>>> there is a user support mailing list for pip. But in any case, >>>>>>> perhaps you should use Python >= 3.4 because it has pip built in. >>>>>>> >>>>>>> Good luck Mike * * * -- 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 django-users...@googlegroups.com >>>>>>> <mailto:django-users+unsubscr...@googlegroups.com>. To post to this >>>>>>> group, >>>>>>> send email to django...@googlegroups.com >>>>>>> <mailto:django...@googlegroups.com>. Visit this group at >>>>>>> http://groups.google.com/group/django-users >>>>>>> <http://groups.google.com/group/django-users>. To view this discussion >>>>>>> on >>>>>>> the web visit >>>>>>> https://groups.google.com/d/msgid/django-users/CABcoaSCRByxHr%2B6ZXOKo4PRRPcYCvpWA7H_UkcTBPhgtTrFZ8Q%40mail.gmail.com >>>>>>> >>>>>>> <https://groups.google.com/d/msgid/django-users/CABcoaSCRByxHr%2B6ZXOKo4PRRPcYCvpWA7H_UkcTBPhgtTrFZ8Q%40mail.gmail.com> >>>>>>> >>>>>>> <https://groups.google.com/d/msgid/django-users/CABcoaSCRByxHr%2B6ZXOKo4PRRPcYCvpWA7H_UkcTBPhgtTrFZ8Q%40mail.gmail.com?utm_medium=email&utm_source=footer >>>>>>> >>>>>>> <https://groups.google.com/d/msgid/django-users/CABcoaSCRByxHr%2B6ZXOKo4PRRPcYCvpWA7H_UkcTBPhgtTrFZ8Q%40mail.gmail.com?utm_medium=email&utm_source=footer>>. >>>>>>> >>>>>>> For more options, visit https://groups.google.com/d/optout >>>>>>> <https://groups.google.com/d/optout>. * >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> * -- 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/tKJTNAq4sS4/unsubscribe >>>>>> <https://groups.google.com/d/topic/django-users/tKJTNAq4sS4/unsubscribe>. >>>>>> >>>>>> To unsubscribe from this group and all its topics, send an email to >>>>>> django-users...@googlegroups.com. To post to this group, send email to >>>>>> django...@googlegroups.com. Visit this group at >>>>>> http://groups.google.com/group/django-users >>>>>> <http://groups.google.com/group/django-users>. To view this discussion >>>>>> on >>>>>> the web visit >>>>>> https://groups.google.com/d/msgid/django-users/556FB242.7000400%40dewhirst.com.au >>>>>> >>>>>> <https://groups.google.com/d/msgid/django-users/556FB242.7000400%40dewhirst.com.au>.* >>>>>> >>>>>> >>>>>> * For more options, visit https://groups.google.com/d/optout >>>>>> <https://groups.google.com/d/optout>. * >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> * -- 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/tKJTNAq4sS4/unsubscribe >>>>> <https://groups.google.com/d/topic/django-users/tKJTNAq4sS4/unsubscribe>. >>>>> To unsubscribe from this group and all its topics, send an email to >>>>> django-users...@googlegroups.com. To post to this group, send email to >>>>> django...@googlegroups.com. Visit this group at >>>>> http://groups.google.com/group/django-users >>>>> <http://groups.google.com/group/django-users>.* >>>>> >>>>> >>>>> * To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/django-users/CABcoaSCYzgyqPfMStiqN4efAXvH_hYt%2BuPjiGKjpPUr9R4zSUw%40mail.gmail.com >>>>> >>>>> <https://groups.google.com/d/msgid/django-users/CABcoaSCYzgyqPfMStiqN4efAXvH_hYt%2BuPjiGKjpPUr9R4zSUw%40mail.gmail.com?utm_medium=email&utm_source=footer>. >>>>> >>>>> For more options, visit https://groups.google.com/d/optout >>>>> <https://groups.google.com/d/optout>. * >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> * -- 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/tKJTNAq4sS4/unsubscribe >>>> <https://groups.google.com/d/topic/django-users/tKJTNAq4sS4/unsubscribe>. >>>> To unsubscribe from this group and all its topics, send an email to >>>> django-users...@googlegroups.com. To post to this group, send email to >>>> django...@googlegroups.com. Visit this group at >>>> http://groups.google.com/group/django-users >>>> <http://groups.google.com/group/django-users>. To view this discussion on >>>> the web visit >>>> https://groups.google.com/d/msgid/django-users/CAFnD4TM_NPjSKy8sqLaE9xT6H4sHeZ_4ZFqGsz91cN8B-T-oSg%40mail.gmail.com >>>> >>>> <https://groups.google.com/d/msgid/django-users/CAFnD4TM_NPjSKy8sqLaE9xT6H4sHeZ_4ZFqGsz91cN8B-T-oSg%40mail.gmail.com?utm_medium=email&utm_source=footer>.* >>>> >>>> >>>> * For more options, visit https://groups.google.com/d/optout >>>> <https://groups.google.com/d/optout>. * >>>> >>> >>> >> >> >> >> >> >> * -- 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/tKJTNAq4sS4/unsubscribe >> <https://groups.google.com/d/topic/django-users/tKJTNAq4sS4/unsubscribe>. >> To unsubscribe from this group and all its topics, send an email to >> django-users...@googlegroups.com <javascript:>. To post to this group, send >> email to django...@googlegroups.com <javascript:>. Visit this group at >> http://groups.google.com/group/django-users >> <http://groups.google.com/group/django-users>. To view this discussion on >> the web visit >> https://groups.google.com/d/msgid/django-users/807e0d23-0ec4-471d-852e-c905c3d7f29c%40googlegroups.com >> >> <https://groups.google.com/d/msgid/django-users/807e0d23-0ec4-471d-852e-c905c3d7f29c%40googlegroups.com?utm_medium=email&utm_source=footer>.* >> >> >> * For more options, visit https://groups.google.com/d/optout >> <https://groups.google.com/d/optout>. * >> > > -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. 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/91f78e3f-741e-40c3-8d7e-6f031e7fb20b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.