Scott David Daniels wrote:
>> So, the first question is: How do I install the complete Python test
>> framework under Ubuntu (Debian)?
>
> You could use BZR or SVN to get a copy of the full Lib/test tree. Given
> your long-disconnected running, I'd consider getting a full source set
> for release2
Jerzy Jalocha N wrote:
I'm new in this list (and to Python), so I'd like to start saying
hello to everyone first. I am really enjoying this new language!
I am trying to use the standard tests (like test_list.py or
test_dict.py) from the standard library (Python2.5), but they aren't
available on
On 24 Nov, 12:42, "Jerzy Jalocha N" <[EMAIL PROTECTED]> wrote:
>
> I will try to contact whoever is responsible for the packaging of Python
> in Ubuntu (or Debian), and ask them if they are willing to support the
> _complete_ Python release.
They may already do so, but I'd argue that they could do
On Fri, Nov 21, 2008 at 9:37 AM, David Cournapeau <[EMAIL PROTECTED]> wrote:
> I think most people using python as a development tool use the version
> available in their distribution. Personally, I mostly use the stock
> python of Ubuntu. Although building python itself is not difficult on
> the t
On Fri, Nov 21, 2008 at 9:24 PM, Jerzy Jalocha N <[EMAIL PROTECTED]> wrote:
>
> And my third question could be: Do all Python developers that work with Debian
> (or derivations) have to compile Python?
I think most people using python as a development tool use the version
available in their distr
>> So, the first question is: How do I install the complete Python test
>> framework under Ubuntu (Debian)?
>>
>> So, my second question: What (meta?-)package(s) do I have to install
>> under Ubuntu (Debian) in order to get a full (as in the official
>> release) Python installation?
> I don't have
Jerzy Jalocha N wrote:
> I'm new in this list (and to Python), so I'd like to start saying
> hello to everyone first. I am really enjoying this new language!
>
> I am trying to use the standard tests (like test_list.py or
> test_dict.py) from the standard library (Python2.5), but they aren't
> av