In article <[EMAIL PROTECTED]>,
Nico Blodow <[EMAIL PROTECTED]> wrote:
>
>I hope this hasn't been brought up before, but if it did i missed it,
>so bear with me please :) anyway, i'm trying to embed Python into a C
>program. A sample python syript i want to run is as follows:
Looks like nobody he
Hi all,
I hope this hasn't been brought up before, but if it did i missed it, so
bear with me please :)
anyway, i'm trying to embed Python into a C program. A sample python
syript i want to run is as follows:
---SNIP---
import time
import threading
go_on = 1
t = 0
def ProcessMessage():
prin