Re: [Tutor] yes, I am being lazy...

2014-11-23 Thread Clayton Kirkwood
>-Original Message- >From: Tutor [mailto:tutor-bounces+crk=godblessthe...@python.org] On >Behalf Of Steven D'Aprano >Sent: Sunday, November 23, 2014 4:16 PM >To: tutor@python.org >Subject: Re: [Tutor] yes, I am being lazy... > >On Sun, Nov 23, 2014 at 03:37

Re: [Tutor] yes, I am being lazy...

2014-11-23 Thread Steven D'Aprano
On Sun, Nov 23, 2014 at 03:37:12PM -0800, Clayton Kirkwood wrote: [...] > >Installed c:\python33\lib\site-packages\requests-2.4.3-py3.3.egg > >Processing dependencies for requests==2.4.3 Finished processing > >dependencies for requests==2.4.3 > >- > >Could you paste what your output

Re: [Tutor] yes, I am being lazy...

2014-11-23 Thread Clayton Kirkwood
>-Original Message- >From: Tutor [mailto:tutor-bounces+crk=godblessthe...@python.org] On >Behalf Of Walter Prins >Sent: Sunday, November 23, 2014 2:25 PM >Cc: python mail list >Subject: Re: [Tutor] yes, I am being lazy... > >Hi, > >On 23 November 2014 at 2

Re: [Tutor] yes, I am being lazy...

2014-11-23 Thread Walter Prins
Hi, On 23 November 2014 at 20:50, Clayton Kirkwood wrote: > >From: Tutor [mailto:tutor-bounces+crk=godblessthe...@python.org] On > >Behalf Of Steven D'Aprano > >That's because it's not right. > > > >You're supposed to run setup.py. From the Windows command line, you run > >something like: > > > >

Re: [Tutor] yes, I am being lazy...

2014-11-23 Thread Clayton Kirkwood
>-Original Message- >From: Tutor [mailto:tutor-bounces+crk=godblessthe...@python.org] On >Behalf Of Steven D'Aprano >Sent: Sunday, November 23, 2014 4:32 AM >To: tutor@python.org >Subject: Re: [Tutor] yes, I am being lazy... > >On Sat, Nov 22, 2014 at 08:28

Re: [Tutor] yes, I am being lazy...

2014-11-23 Thread Steven D'Aprano
On Sat, Nov 22, 2014 at 08:28:42PM -0800, Clayton Kirkwood wrote: > I have had my first experience in downloading and trying to lay-in several > new modules. I downloaded requests and urllib3, unpacked them (on a windows > system) and extracted them from the zip. I don't understand how setup.py >

[Tutor] yes, I am being lazy...

2014-11-22 Thread Clayton Kirkwood
I have had my first experience in downloading and trying to lay-in several new modules. I downloaded requests and urllib3, unpacked them (on a windows system) and extracted them from the zip. I don't understand how setup.py and .cfg are supposed to implant them into the python hierarchy. The insta