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
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
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
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
Hi,
I was just wondering if there was such thing as a timeout module.
--
http://mail.python.org/mailman/listinfo/python-list
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 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 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
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
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
10 matches
Mail list logo