Re: Problem with the inclusion of new files like lxml, django, numpy, etc.

2009-09-14 Thread Terry Reedy
Paul Boddie wrote: Agreed. I don't understand why the download file would be a "winrar" file, but I guess this is just Windows getting confused about the file type. Windows does not know much about files types other that .exe, .bat, except what programs you load tell it. I presume the file is

Re: Problem with the inclusion of new files like lxml, django, numpy, etc.

2009-09-14 Thread Paul Boddie
On 14 Sep, 04:46, alex23 wrote: > joy99 wrote: > > What is the problem I am doing? > > Following the wrong installation instructions? The "wrong" instructions appear to come from this page: http://docs.djangoproject.com/en/dev/topics/install/ Those instructions are really for Django core devel

Re: Problem with the inclusion of new files like lxml, django, numpy, etc.

2009-09-13 Thread alex23
joy99 wrote: > What is the problem I am doing? Following the wrong installation instructions? The ones you _should_ be following state: 1. Download the latest release from our download page. 2. Untar the downloaded file (e.g. tar xzvf Django-NNN.tar.gz, where NNN is the version number of the la

Re: Problem with the inclusion of new files like lxml, django, numpy, etc.

2009-09-12 Thread joy99
On Sep 11, 10:19 pm, Robert Kern wrote: > On 2009-09-11 11:39 AM,joy99wrote: > > > > > > > Dear Group, > > > I am trying to download the following files, > > a) lxml, > > b) numpy, > > c) scipy, and > > d) django. > > > I am trying to include them in C\python26\Lib > > > But they are giving error

Re: Problem with the inclusion of new files like lxml, django, numpy, etc.

2009-09-11 Thread Robert Kern
On 2009-09-11 11:39 AM, joy99 wrote: Dear Group, I am trying to download the following files, a) lxml, b) numpy, c) scipy, and d) django. I am trying to include them in C\python26\Lib But they are giving error report, as I am trying to use them by importing. I am using IDLE as GUI, my OS is W

Re: Problem with the inclusion of new files like lxml, django, numpy, etc.

2009-09-11 Thread Diez B. Roggisch
joy99 schrieb: Dear Group, I am trying to download the following files, a) lxml, b) numpy, c) scipy, and d) django. I am trying to include them in C\python26\Lib But they are giving error report, as I am trying to use them by importing. What is an "error report"? Unless you get more specific

Problem with the inclusion of new files like lxml, django, numpy, etc.

2009-09-11 Thread joy99
Dear Group, I am trying to download the following files, a) lxml, b) numpy, c) scipy, and d) django. I am trying to include them in C\python26\Lib But they are giving error report, as I am trying to use them by importing. I am using IDLE as GUI, my OS is WinXP SP2, and my Python version 2.6. I