Re: how to get get-pip.py

2015-06-05 Thread Steve Burrus
*to everyone concerned : It's all goo d now! I not only got pip installed I also managed to upgrade it and got django going, and connected to the Server, synched my new database. So that is just about all the help which I require for now.* *On Fri, Jun 5, 2015 at 9:10 PM, dvdhbs > wrote:* > > >

Re: how to get get-pip.py

2015-06-05 Thread dvdhbs
Steve, Try this at a command prompt: py -3.4 -m pip install --upgrade pip You can't upgrade pip using pip directly on Windows. Best, Dave -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving email

Re: how to get get-pip.py

2015-06-05 Thread Russell Keith-Magee
On Fri, Jun 5, 2015 at 4:51 PM, Steve Burrus wrote: > Okay Monte I will certsainly "man up" and start over and try to do what > you said. > Hi Steve, A quick aside: I'm sure you didn't intend any offence, but using language like "man up" isn't something we support in the Django community. We as

Re: how to get get-pip.py

2015-06-05 Thread Gergely Polonkai
So it doesn’t work :) I’m not very familiar with Python on Windows (or Windows, in general), but this really seems to be a problem related to this. Have you also checked the permissions on the directory mentioned in the PermissionDenied message? 2015-06-05 23:53 GMT+02:00 Steve Burrus : > oh I t

Re: how to get get-pip.py

2015-06-05 Thread Steve Burrus
oh I thought tha t I told you thsat I *was *able to make python/pip work! It's just this little thing about not being able to upgrade pip which bothers me, just a little bit. and I am not trying to run pip with any other User other than myself. On Fri, Jun 5, 2015 at 1:50 PM, Gergely Polonkai wro

Re: how to get get-pip.py

2015-06-05 Thread Gergely Polonkai
It seems the very first thing you should do is make pip (and with that, Python) work. For this, you may want to go to a Python related mailing list, although I’m sure there are many overlapping between the Django list and that one. 2015-06-05 20:05 GMT+02:00 Steve Burrus : > well tqhat's okay. I

Re: how to get get-pip.py

2015-06-05 Thread Steve Burrus
well tqhat's okay. I was absolutely struggling to get pip installed correctly for quite a long time! I need to see more videos on how to start to work with Django. You have any tips about t hat? On Fri, Jun 5, 2015 at 12:43 PM, DHaval Joshi wrote: > sry dear i don't know about windows installati

Re: how to get get-pip.py

2015-06-05 Thread DHaval Joshi
sry dear i don't know about windows installation. On Fri, Jun 5, 2015 at 10:20 PM, Gergely Polonkai wrote: > Hello, > > it seems that the user running pip doesn’t have write access to the temp > directory. You should check the permissions of > C:\Users\SteveB\AppData\Local\Temp and its subdi

Re: how to get get-pip.py

2015-06-05 Thread Gergely Polonkai
Hello, it seems that the user running pip doesn’t have write access to the temp directory. You should check the permissions of C:\Users\SteveB\AppData\Local\Temp and its subdirectories as you can see in the PermissionError line (just change the double backslashes (\\) to single ones (\). Is it po

Re: how to get get-pip.py

2015-06-05 Thread Steve Burrus
well moknte I got good/bad news for you! The GOOD news is that I finally got pip installed successfully but the BAD news is that I wasn't able to upgrade pip. Here is the resulting error when I tried to do that : "C:\Users\SteveB>pip install --upgrade pip You are using pip version 6.0.8, however v

Re: how to get get-pip.py

2015-06-05 Thread Steve Burrus
Okay Monte I will certsainly "man up" and start over and try to do what you said. Incidentally I have done the "Add python.exe to the PATH" thing that you suggested but it still failed! I have done all of the configuration the right way but I still simply cannot type "pip" [into the command line

Re: how to get get-pip.py

2015-06-04 Thread memilanuk
Stop. Uninstall python (whatever version(s) you have). Re-install python (3.4.3), but this time when you get to the screen telling you what all is going to be installed, scroll down and enable the last item "Add python.exe to the PATH". Python commands (including pip) should work from the co

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
*well I mdid exactly what you instructed but it still didn't work! Here is the error mesg. that I got : "* *c:\Users\SteveB\Desktop>pip install virtualenv * *Fatal error in launcher: Job information querying failed".* *On Thu, Jun 4, 2015 at 8:00 PM, Michael Manfre > wrote:* > > > > > > *On Thu,

Re: how to get get-pip.py

2015-06-04 Thread Michael Manfre
On Thu, Jun 4, 2015 at 7:15 PM, Steve Burrus wrote: > when I try to run Python it comes for me normally! [ No problem ] I not > heard yet about a pip.exe file. Just where is that contained in the Python > ins tallation anyway? I will try that "pip install virtualenv" soon. > C:\Python34\Scripts

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
when I try to run Python it comes for me normally! [ No problem ] I not heard yet about a pip.exe file. Just where is that contained in the Python ins tallation anyway? I will try that "pip install virtualenv" soon. On Thu, Jun 4, 2015 at 3:52 PM, Alon Nisser wrote: > 1. Please, This is an open

Re: how to get get-pip.py

2015-06-04 Thread memilanuk
On 06/04/2015 02:42 PM, Steve Burrus wrote: it seems like I haVE also seen someone say I should put, into the System path, the Python Lib\site-packages\django\bin or sometjhing like that. I think I'd just worry about getting python/pip working from the command line first, then virtualenv/virt

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
it seems like I haVE also seen someone say I should put, into the System path, the Python Lib\site-packages\django\bin or sometjhing like that. On Thu, Jun 4, 2015 at 4:01 PM, memilanuk wrote: > On 06/04/2015 01:43 PM, Steve Burrus wrote: > >> but which Path should I use in Env. Variables, the o

Re: how to get get-pip.py

2015-06-04 Thread memilanuk
On 06/04/2015 01:43 PM, Steve Burrus wrote: but which Path should I use in Env. Variables, the one in "Users" or the one below in "System", to set the correct path with Python? I have seen conflicting tutorials which have said to use one or the other. Like I said... the simplest way to get i

Re: how to get get-pip.py

2015-06-04 Thread Alon Nisser
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 wind

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
sorry monte for the "inane" quesation but which Path should I use in Env. Variables, the one in "Users" or the one below in "System", to set the correct path with Python? I have seen conflicting tutorials which have said to use one or the other. Steve On Thu, Jun 4, 2015 at 3:2

Re: how to get get-pip.py

2015-06-04 Thread memilanuk
On 06/04/2015 11:53 AM, 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

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
*"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 e

Re: how to get get-pip.py

2015-06-04 Thread Michael Manfre
"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 execu

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
*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 > wrote:* > > > > *try this sudo apt-get install python-pip* > > > >

Re: how to get get-pip.py

2015-06-04 Thread DHaval Joshi
try this sudo apt-get install python-pip On Thu, Jun 4, 2015 at 8:54 AM, Steve Burrus 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 oka

Re: how to get get-pip.py

2015-06-03 Thread Steve Burrus
*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 mu

Re: how to get get-pip.py

2015-06-03 Thread Mike Dewhirst
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

Re: how to get get-pip.py

2015-06-03 Thread Steve Burrus
*"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. *

Re: how to get get-pip.py

2015-06-03 Thread Mike Dewhirst
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

Re: how to get get-pip.py

2015-06-03 Thread Steve Burrus
well I am still waiting for an answer to my earlier post about pip and apparently not configuring it right. On Wed, Jun 3, 2015 at 11:13 AM, Steve Burrus wrote: > well I am ab;e to install pip okay BUT there must be a config. error > because all that I get when I t ry to run pip is this : > > "C

Re: how to get get-pip.py

2015-06-03 Thread Steve Burrus
well I am ab;e to install pip okay BUT there must be a config. error because all that I get when I t ry to run pip is this : "C:\Users\SteveB\Desktop>pip 'pip' is not recognized as an internal or external command, operable program or batch file." Now what is wrong anyway? [I have set the enviro

Re: how to get get-pip.py

2015-06-03 Thread DHaval Joshi
python get-pip.py install On Wednesday, June 3, 2015 at 4:31:47 AM UTC+5:30, Steve Burrus wrote: > > how do I get get-pip.py? > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails f

Re: how to get get-pip.py

2015-06-02 Thread Vijay Khemlani
https://pip.pypa.io/en/latest/installing.html On Tue, Jun 2, 2015 at 7:37 PM, Steve Burrus wrote: > how do I get get-pip.py? > > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails f

how to get get-pip.py

2015-06-02 Thread Steve Burrus
how do I get get-pip.py? -- 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 djang