Re: Installation on Python25

2006-12-14 Thread kbochert
Found it. Highlite the text with the mouse, then right-click copies to clipboard Right-click on the dos box with nothing highlighted causes a paste! (I think Bill has something against dos boxes!) Karl --~--~-~--~~~---~--~~ You received this message because you

Re: Installation on Python25

2006-12-14 Thread Fredrik Lundh
Jeremy Dunck wrote: > Here's a 3rd: you can cut and paste from a dos box. They change it > on each version of windows, but I think on 2k, you click the icon for > the dos window (or perhaps it's right-click the title bar), and select > Mark. Drag your cursor around to highlight a segment, and

Re: Installation on Python25

2006-12-14 Thread Jeremy Dunck
On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote: > > Now thats what I expected -- no error messages > > Interestingly, installing Django has taught me two things I never knew > about WIN2K > You can redirect stderr with '2>' > The File syatem has symbolic links ( just no tools to access them!) He

Re: Installation on Python25

2006-12-14 Thread kbochert
Now thats what I expected -- no error messages Interestingly, installing Django has taught me two things I never knew about WIN2K You can redirect stderr with '2>' The File syatem has symbolic links ( just no tools to access them!) Thanks for the help. Karl --~--~-~--~~

Re: Installation on Python25

2006-12-14 Thread Jay Parlar
On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote: > > I can't ccut and paste from a dos box. Fortunately I just discovered > that I can redirect stderr using '2>' !! > Ahh, I think I see what's happening. Django 0.95 is reasonably old now, and by default, it tries to download setuptools 0.6c1, for

Re: Installation on Python25

2006-12-14 Thread kbochert
I can't ccut and paste from a dos box. Fortunately I just discovered that I can redirect stderr using '2>' !! Traceback (most recent call last): File "setup.py", line 2, in ez_setup.use_setuptools() File "C:\Django-0.95\ez_setup.py", line 72, in use_setuptools egg = download_setuptoo

Re: Installation on Python25

2006-12-14 Thread Jay Parlar
On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote: > > Not that I am aware of. Windows 2000, Sygate personal firewall. Comcast > cable. > Plain vanilla I think. > Could you paste in the full text of the traceback? Jay P. --~--~-~--~~~---~--~~ You received this mes

Re: Installation on Python25

2006-12-14 Thread kbochert
Not that I am aware of. Windows 2000, Sygate personal firewall. Comcast cable. Plain vanilla I think. Karl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Installation on Python25

2006-12-14 Thread Jay Parlar
On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote: > > I need some help installing Django. (not a good sign for my ability to > use it!) > I have installed Python25 on Windows2000, and added it to the path. > Its at C:\Python25 > I downloaded and unzipped Django 0.95 to C:\Django-0.95 > I opened a c