20 Aug
1999
20 Aug
'99
6:02 p.m.
: > > As for Python threading: : > > : > > I'm using "python-1.5.2-2.rpm" as in Red Hat 6.0. : > > : > > Is there a way to detect whether it has been compiled : > > with threading or not? Is the fact that Zope starts evidence enough? : : If Python has not been compiled with threads, you will have no thread : module installed. Try something like (on the Python prompt): : : import threads : : and see if Python raises an import exception. : That raises an exception. However, "import threading" works. Is that it? / Svante