From owner-freebsd-questions@FreeBSD.ORG Fri Jul 8 16:58:40 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B3801065677 for ; Fri, 8 Jul 2011 16:58:40 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout019.mac.com (asmtpout019.mac.com [17.148.16.94]) by mx1.freebsd.org (Postfix) with ESMTP id 128DB8FC16 for ; Fri, 8 Jul 2011 16:58:39 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp019.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LO0008UUXTD0V90@asmtp019.mac.com> for freebsd-questions@freebsd.org; Fri, 08 Jul 2011 09:58:26 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.211,0.0.0000 definitions=2011-07-08_07:2011-07-08, 2011-07-08, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1107080111 From: Chuck Swiger In-reply-to: Date: Fri, 08 Jul 2011 09:58:25 -0700 Message-id: <7B999ABD-27B9-4E95-91DB-BCBC11B01F15@mac.com> References: To: Zhong Yubin X-Mailer: Apple Mail (2.1084) Cc: freebsd-questions@freebsd.org Subject: Re: error in installation of uwsgi X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 16:58:40 -0000 On Jul 8, 2011, at 8:23 AM, Zhong Yubin wrote: > Hi, I'm going to setup machine for developing web application in python. > But some errors appear when I install uwsgi using ports. The following is > the first I met: Evidently, this uwsgi software wants a threaded Python. You likely need to rebuild Python with threading enabled.... Regards, -- -Chuck