Re: [Pythonmac-SIG] inputing multi-digit numbers

2005-11-10 Thread Kirk Durston
Title: Re: [Pythonmac-SIG] inputing multi-digit numbers On 11/10/05 8:01 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: I’m  having a hard time figuring out how to input a list of numbers, each one of  which can be 1, 2, or 3 digits in length. First, I select a column in an Excel  file, and

[Pythonmac-SIG] inputing multi-digit numbers

2005-11-10 Thread Kirk Durston
Title: inputing multi-digit numbers I’m having a hard time figuring out how to input a list of numbers, each one of which can be 1, 2, or 3 digits in length. First, I select a column in an Excel file, and copy and past it into a Word file. I then save it as a text file. I then open a new window

[Pythonmac-SIG] Baffling if statement

2005-09-22 Thread Kirk Durston
Title: Baffling if statement After spending a couple hours trying to figure out what is going on, I’m asking for help. Below is a short segment from a module I’ve written. Before the part shown below, temp and Cutoff are defined. then comes the following:     blank='-' if t

[Pythonmac-SIG] Something has gone terribly wrong

2005-07-03 Thread Kirk Durston
Title: Something has gone terribly wrong This past winter semester I was happily using Python on my 1.5 GHz Powerbook G4 to write software for my courses & my research. At the time I was using the latest version of Panther. The semester ended, I took a break for a couple months, but it is time t

[Pythonmac-SIG] Mutating Row in a matrix

2005-01-29 Thread Kirk Durston
Title: Mutating Row in a matrix It will be obvious that I am a newbie here when you see my question, but here goes. I am writing my first program, and have encountered a problem which I’ve been able to reproduce in the short program below. Basically, I select a row (B) from a matrix and I want t

[Pythonmac-SIG] accessing my modules from within Python

2005-01-15 Thread Kirk Durston
Title: accessing my modules from within Python I'm just starting to learn Python. When I write a module in one of my text programs (MSWord, or Textedit) and save it as a text file in on my harddrive, and then go to the terminal window to import it, I get a message saying it either can't find the