From owner-freebsd-questions@FreeBSD.ORG Wed Apr 25 08:34:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 045DB16A407 for ; Wed, 25 Apr 2007 08:34:10 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6434D13C465 for ; Wed, 25 Apr 2007 08:34:09 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l3P8Y7Sl026915 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Apr 2007 15:34:07 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l3P8Y72h053927; Wed, 25 Apr 2007 15:34:07 +0700 (ICT) Date: Wed, 25 Apr 2007 15:34:07 +0700 (ICT) Message-Id: <200704250834.l3P8Y72h053927@banyan.cs.ait.ac.th> From: Olivier Nicole To: dhaneshkk@hotmail.com In-reply-to: (dhaneshkk@hotmail.com) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: PIL istallation In FreeBSD 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: Wed, 25 Apr 2007 08:34:10 -0000 > this m/c has python-2.4.4 but no PIL module , I have to install it to > support the zope/plone application that I am running in this machine But > in /usr/ports there is no such port for PIL OR I can't recoganize which You have to get that directly from Python site. If I remember well, it installs without any problem. Olivier