Re: can't assign to literal

2008-06-10 Thread maehhheeyy
On Jun 10, 1:21 pm, Matimus <[EMAIL PROTECTED]> wrote: > On Jun 10, 12:53 pm, maehhheeyy <[EMAIL PROTECTED]> wrote: > > > this is stopping my program from running properly. is there something > > wrong in my code when that happens? > > yes > > Post your c

can't assign to literal

2008-06-10 Thread maehhheeyy
this is stopping my program from running properly. is there something wrong in my code when that happens? -- http://mail.python.org/mailman/listinfo/python-list

Token Error: EOF in multiline statement

2008-06-05 Thread maehhheeyy
I'm not sure what it means but it always highlights the last line with nothing on it. My program has 63 lines and it highlights the 64th line. This keeps popping up whenever I try to run my program. Can you please help me fix this? -- http://mail.python.org/mailman/listinfo/python-list

Re: i want to add a timeout to my code

2008-05-01 Thread maehhheeyy
On Apr 29, 3:29 pm, John Krukoff <[EMAIL PROTECTED]> wrote: > On Tue, 2008-04-29 at 14:47 -0700, maehhheeyy wrote: > > On Apr 17, 4:24 pm, Miki <[EMAIL PROTECTED]> wrote: > > > On Apr 17, 1:10 pm,maehhheeyy<[EMAIL PROTECTED]> wrote: > > > > > I w

timeout

2008-04-29 Thread maehhheeyy
Hi, I was just wondering if there was such thing as a timeout module. -- http://mail.python.org/mailman/listinfo/python-list

Re: i want to add a timeout to my code

2008-04-29 Thread maehhheeyy
On Apr 17, 4:24 pm, Miki <[EMAIL PROTECTED]> wrote: > On Apr 17, 1:10 pm,maehhheeyy<[EMAIL PROTECTED]> wrote: > > > I want to add a timeout so that when I pull out my gps from my serial > > port, it would wait for a bit then loop and then see if it's there. I >

i want to add a timeout to my code

2008-04-17 Thread maehhheeyy
I want to add a timeout so that when I pull out my gps from my serial port, it would wait for a bit then loop and then see if it's there. I also want to add a print statement saying that there is no GPS device found. However when I run my code and unplug my serial port, my code will just hang until

i want to add a timeout...

2008-04-15 Thread maehhheeyy
I want to add a timeout so that when I pull out my gps from my serial port, it would wait for a bit then loop and then see if it's there. I also want to add a print statement saying that there is no GPS device found. However when I run my code and unplug my serial port, my code will just hang until

Can anyone help, please?

2008-02-12 Thread maehhheeyy
Hi, right now I'm using Python and Multicast. I have the code for Multicast receiver on Python but I keep getting this error; File "", line 1, in bind error: (10049, "Can't assign requested address") The error is coming from this line; sock.bind ((MCAST_ADDR, MCAST_PORT)) This is the code that

Error on Python

2008-02-09 Thread maehhheeyy
Hi, right now I'm using Python and Multicast. I have the code for Multicast receiver on Python but I keep getting this error; File "", line 1, in bind error: (10049, "Can't assign requested address") The error is coming from this line; sock.bind ((MCAST_ADDR, MCAST_PORT)) Can anyone please help