In a message of Fri, 05 Jun 2015 21:16:33 +0100, Stephen Nelson-Smith writes:
>As part of my league secretary program (to which thread I shall reply again
>shortly), I need to sort a list of lists. I've worked out that I can use
>sorted() and operator.itemgetter to sort by a value at a known posit
On 05/06/2015 21:16, Stephen Nelson-Smith wrote:
As part of my league secretary program (to which thread I shall reply again
shortly), I need to sort a list of lists. I've worked out that I can use
sorted() and operator.itemgetter to sort by a value at a known position in
each list. Is it possi
Stephen Nelson-Smith wrote:
> As part of my league secretary program (to which thread I shall reply
> again
> shortly), I need to sort a list of lists. I've worked out that I can use
> sorted() and operator.itemgetter to sort by a value at a known position in
> each list. Is it possible to do th
As part of my league secretary program (to which thread I shall reply again
shortly), I need to sort a list of lists. I've worked out that I can use
sorted() and operator.itemgetter to sort by a value at a known position in
each list. Is it possible to do this at a secondary level? So if the
ite
SOLVED: Sometimes one just has to be an idiot. One must remember that
computers count from zero, not from one. Changes my list indexes to reflect
that small but crucial fundamental point, and all worked fine.
regards, Richard
On Wed, Jun 3, 2015 at 10:37 PM, richard kappler
wrote:
> Figured out
On 05/06/15 07:45, Aditya Shaw wrote:
I was trying to install Python 2.7 on my Windows 8.1(x64) PC and got
the following error:
"There is a problem with this Windows Istaller Package.A DLL required
for this install to complete could not be run.Contact your support
personnel or package vendor."
I was trying to install Python 2.7 on my Windows 8.1(x64) PC and got
the following error:
"There is a problem with this Windows Istaller Package.A DLL required
for this install to complete could not be run.Contact your support
personnel or package vendor."
Please help!
_