Re: Please help with problem creating class

2009-04-18 Thread Aahz
In article <3pmpb6-lq9@spamfence.net>, =?UTF-8?Q?G=C3=BCnther?= Dietrich wrote: > >You assign the result of line.split() to four variables. So split needs >at least four fields (that's more than three) in line to process. s/at least/exactly/ >>> w, x, y, z = '1\t2\t3\t4\t5'.split('\t') Trac

Re: Please help with problem creating class

2009-04-18 Thread Günther Dietrich
auzarski2...@gmail.com wrote: >I am using tab separated data in another file that looks like this... > > >appname1 leadername12005, 02, 022006, 02, 02 >appname2 leadername22006, 03, 212007, 06, 28 > >etc... > >The error message looks like this > > back (most recent call las

Re: Please help with problem creating class

2009-04-18 Thread member thudfoo
Correction: On 4/18/09, member thudfoo wrote: > On 4/18/09, auzarski2...@gmail.com wrote: > > Hi I have been working on a homework assignment that I am having a lot > > of trouble with. I am so frustrated because every time I think I am > > getting close to figuring it out there is another

Re: Please help with problem creating class

2009-04-18 Thread member thudfoo
On 4/18/09, auzarski2...@gmail.com wrote: > Hi I have been working on a homework assignment that I am having a lot > of trouble with. I am so frustrated because every time I think I am > getting close to figuring it out there is another problem. If you > could look at this and tell me what I

Re: Please help with problem creating class

2009-04-18 Thread MRAB
auzarski2...@gmail.com wrote: Hi I have been working on a homework assignment that I am having a lot of trouble with. I am so frustrated because every time I think I am getting close to figuring it out there is another problem. If you could look at this and tell me what I am doing wrong I woul

Please help with problem creating class

2009-04-18 Thread auzarski2008
Hi I have been working on a homework assignment that I am having a lot of trouble with. I am so frustrated because every time I think I am getting close to figuring it out there is another problem. If you could look at this and tell me what I am doing wrong I would very much appreciate it i