RE: Python threading - some ports depend on it, others break with it

2008-01-10 Thread Jim Stapleton
I'm having so much trouble with this. I'm hosting a trac based project which is implemented in python and uses an sqlite db backend along with its python bindings. Now it turns out that pysqlite breaks badly (compiles and installs fine but chokes on import, see

Re: Python threading - some ports depend on it, others break with it

2008-01-10 Thread Gunther Mayer
Jim Stapleton wrote: I'm having so much trouble with this. I'm hosting a trac based project which is implemented in python and uses an sqlite db backend along with its python bindings. Now it turns out that pysqlite breaks badly (compiles and installs fine but chokes on import, see

Python threading - some ports depend on it, others break with it

2008-01-09 Thread Gunther Mayer
Hi guys, I'm having so much trouble with this. I'm hosting a trac based project which is implemented in python and uses an sqlite db backend along with its python bindings. Now it turns out that pysqlite breaks badly (compiles and installs fine but chokes on import, see

Re: Python threading - some ports depend on it, others break with it

2008-01-09 Thread Danny Pansters
On Wednesday 09 January 2008 19:40:04 Gunther Mayer wrote: Hi guys, I'm having so much trouble with this. I'm hosting a trac based project which is implemented in python and uses an sqlite db backend along with its python bindings. Now it turns out that pysqlite breaks badly (compiles and

Re: Python threading - some ports depend on it, others break with it

2008-01-09 Thread Michael P. Soulier
On 10/01/08 Danny Pansters said: It's my understanding that threading *in* python works well, but threading *with* python doesn't and you shouldn't use/rely on it. I'm afraid I can't tell you much more without an hour of googling and I wouldn't be sure if I can adequately explain after. I