Re: Problems with threading in embedded Python

2007-08-23 Thread Aahz
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 here

Problems with threading in embedded Python

2007-08-17 Thread Nico Blodow
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():