Re: [Tutor] list and tuple question

2008-05-04 Thread Alan Gauld
"quantrum75" <[EMAIL PROTECTED]> wrote in Hi everybody Hi, I think the key to your question is here: a=((1,),(2,),(3,),(4,),(5,)) I need the comma since it is going into an excel sheet. I think you are confused between tuples and comma separated strings - which is what yo

[Tutor] List and tuple question -resend #2

2008-05-04 Thread quantrum75
Sincerely sorry for spamming everybody. Dint know about yahoo's quirks regarding html attachments.. Hopefully this works. Hi everybody I have a simple newbie kind of questions. I have tried hard to solve it, but couldn't figure it out. The problem is, I want to make a tuple of tuples or a list o

[Tutor] List and tuple question -resend

2008-05-04 Thread quantrum75
Hi everybodyI have a simple newbie kind of questions. I have tried hard to solve it, but couldn't figure it out.The problem is,I want to make a tuple of tuples or a list of lists in a iterative fashion in the following format. For example,a=[[1,],[2,],[3,],[4,],[5,]]or a=((1,),(2,),(3,),(4,),(5,))I

[Tutor] list and tuple question

2008-05-04 Thread quantrum75
Hi everybodyI have a simple newbie kind of questions. I have tried hard to solve it, but couldn't figure it out.The problem is,I want to make a tuple of tuples or a list of lists in a iterative fashion in the following format. For example,a=[[1,],[2,],[3,],[4,],[5,]]or a=((1,),(2,),(3,),(4,),(5,))I

[Tutor] block in my application QT4/python2.5

2008-05-04 Thread imen ayadi
Hello, I hope you can help me to find the solution. I use ERIC 4 as environment for python. I developed like a chat program, with a server and multi clients. First, it works when I executed it in DOS. But when I integrated the program in QT4 interface .py it always blocks. This is my interface ser