Re: [Tutor] (no subject)

2011-05-02 Thread Steven D'Aprano
Austin Rodgers wrote: I’m trying to learn by using pyschools.com, and ran across a question I can’t answer. I tried to google it, but I don’t even know what type of function I’m looking for. I know I am supposed to modify the list, but I just can’t figure out how. anyway, here’s the question:

[Tutor] (no subject)

2011-05-02 Thread Austin Rodgers
I’m trying to learn by using pyschools.com, and ran across a question I can’t answer. I tried to google it, but I don’t even know what type of function I’m looking for. I know I am supposed to modify the list, but I just can’t figure out how. anyway, here’s the question: Write a function getSum

Re: [Tutor] Unpack requires a string argument of length 8

2011-05-02 Thread Marc Tompkins
On Mon, May 2, 2011 at 12:36 PM, Susana Iraiis Delgado Rodriguez < susana.delgad...@utzmg.edu.mx> wrote: > I'm working on getting information that comes from a dbf file (database), > this dbf file is related to another file in the system, a shapefile. My code > is trying to get all the dbf name re

[Tutor] Unpack requires a string argument of length 8

2011-05-02 Thread Susana Iraiis Delgado Rodriguez
I'm working on getting information that comes from a dbf file (database), this dbf file is related to another file in the system, a shapefile. My code is trying to get all the dbf name records, but when the systen gets an empty file, my code fails: Traceback (most recent call last): File "", line

Re: [Tutor] Ipython console

2011-05-02 Thread Peter Otten
Mateusz Koryciński wrote: > Hi, > > I am using ipython console on one of servers and it's great. Because of > that I've tried to install it on my laptop, but unfortunately I am getting > this error: > > Traceback (most recent call last): >> File "/usr/bin/ipython", line 26, in >> import I