freebsd thread problem

2006-04-24 Thread Dorian Mcfarland
Hi there, I have installed python(2.4.3) trac(0.9.4) on freebsd(4.8) from the ports collection and I seem to have an underlying problem with the thread module. Pysqlite is calling 'import thread' which is failing with no such module and causing it not to load. I thought that 'thread' was one

Re: freebsd thread problem

2006-04-24 Thread Ivan Voras
Dorian Mcfarland wrote: Hi there, I have installed python(2.4.3) trac(0.9.4) on freebsd(4.8) from the ports collection and I seem to have an underlying problem with the thread module. Salling 'import thread' from the python prompt yields the same result. I have a 'threading.py' and a

Re: freebsd thread problem

2006-04-24 Thread Dorian Mcfarland
That was the problem. thanks for the clarity - finally working. How did you install python? By default, if built from ports, it should pop up a configuration dialog in which one of the options is to enable thread support. If you have a bad configuration record, you can do a make config in