From owner-freebsd-python@FreeBSD.ORG Mon Nov 3 09:35:59 2008 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9ED81065678 for ; Mon, 3 Nov 2008 09:35:59 +0000 (UTC) (envelope-from pawciobiel@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.181]) by mx1.freebsd.org (Postfix) with ESMTP id 9AC6F8FC1B for ; Mon, 3 Nov 2008 09:35:59 +0000 (UTC) (envelope-from pawciobiel@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so1171532ele.13 for ; Mon, 03 Nov 2008 01:35:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=I4c4ZZvai+6yCg1jTWHoAYW9mlkMb3mAgDOEexy5S4Q=; b=adDiXo3R8kwukuxC5/rFJ4EJfXnTjcMTQ6JZXwmCLOnkTlHL2UWB15HIGZ6KOxSy8K ahnvtg1Tw0a16UI7AyD9fhJJzW2fwSTqRVdxkXGr0cq3TjRW58ap15LZnPYLWMovxEJn ds4ShTLzF6PXrJRxRwGh1mawP116ttZKDJwFU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=OPoiR7NSbhvKsoasxQtn+X1pE0lQXl5yFQHKs+4rBiYpnBZXpjOAp5C6YkqyNb7Bxq CpnYPHz2bK4iOSTUsHxz/nBm5SkCAV9XGKS4KaOL8/tlEP9M0GQtsVGVkRmAmvqK/TTJ rLJq6+CkXJT7NFZBhV6+1ZiF3ZjXxxayWdQVI= Received: by 10.90.29.17 with SMTP id c17mr12482867agc.13.1225703290012; Mon, 03 Nov 2008 01:08:10 -0800 (PST) Received: from ?10.0.0.11? (164-bem-14.acn.waw.pl [82.210.185.164]) by mx.google.com with ESMTPS id 30sm5659500hso.16.2008.11.03.01.08.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 03 Nov 2008 01:08:09 -0800 (PST) Message-ID: <490EBF77.9020901@gmail.com> Date: Mon, 03 Nov 2008 10:08:07 +0100 From: P Bielecki User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: freebsd-python@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: zope.interface problem X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 09:36:00 -0000 Kamil Deryński pisze: > Hello, > > I have one small question about zope.interface port. It installed > zope.interface python module in strange directory: > > /usr/local/lib/python2.5/site-packages/zope.interface-3.3.0.1-py2.5-freebsd-8.0-CURRENT-amd64.egg/zope > > Should be /usr/local/lib/python2.5/site-packages/zope, I think ? > Meaybe something must be change in port Makefile to correct this ? > Check .pth file, but it looks like that egg is where it supposed to be. -- P