LWN.net Logo

Various notes, all about Python

Various notes, all about Python

Posted Sep 7, 2006 12:34 UTC (Thu) by Dom2 (guest, #458)
In reply to: Various notes, all about Python by dale77
Parent article: Various notes, all about Python

Is your version of python built with threading turned on? If not, you probably won't see it.


(Log in to post comments)

Various notes, all about Python

Posted Sep 8, 2006 10:19 UTC (Fri) by dale77 (guest, #1490) [Link]

I would have built it like this:

./configure --prefix=/usr --enable-shared &&
make

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds