From owner-freebsd-ports@FreeBSD.ORG Wed Oct 5 20:50:53 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 808911065672 for ; Wed, 5 Oct 2011 20:50:53 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [IPv6:2a02:6b8:0:801::2]) by mx1.freebsd.org (Postfix) with ESMTP id F0EAB8FC0C for ; Wed, 5 Oct 2011 20:50:52 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward12.mail.yandex.net (Yandex) with ESMTP id 4D292C23163; Thu, 6 Oct 2011 00:50:51 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317847851; bh=D7G8Ry+T5iKe8vCEou3tCC3ws3JXOc9g0SUbEsHHe4M=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=peZ+tZGZuzxUsmTciTSN8vOZCjHK9Ao+btkwyfMDKyyYjU5Vcl580k04qd6DqNlMC V0ikyye2GQmDRUkm6lHCL+ry84ZHEiuVDLUb+kED/XOZxC6Wrycs0MJwDrM6slAbnK hNkNtr6HryRjfUVdnqouBgJaT2tmFL66nVxGGVK0= Received: from smtp11.mail.yandex.net (localhost [127.0.0.1]) by smtp11.mail.yandex.net (Yandex) with ESMTP id 221A27E0319; Thu, 6 Oct 2011 00:50:51 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317847851; bh=D7G8Ry+T5iKe8vCEou3tCC3ws3JXOc9g0SUbEsHHe4M=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=peZ+tZGZuzxUsmTciTSN8vOZCjHK9Ao+btkwyfMDKyyYjU5Vcl580k04qd6DqNlMC V0ikyye2GQmDRUkm6lHCL+ry84ZHEiuVDLUb+kED/XOZxC6Wrycs0MJwDrM6slAbnK hNkNtr6HryRjfUVdnqouBgJaT2tmFL66nVxGGVK0= Received: from unknown (unknown [213.138.88.133]) by smtp11.mail.yandex.net (nwsmtp/Yandex) with ESMTP id ooY066TT-ooY0ZjR4; Thu, 6 Oct 2011 00:50:50 +0400 X-Yandex-Spam: 1 Message-ID: <4E8CC328.1070600@yandex.ru> Date: Thu, 06 Oct 2011 00:50:48 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:7.0.1) Gecko/20111003 Thunderbird/7.0.1 MIME-Version: 1.0 To: "Luiz Gustavo S. Costa" References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: duchateau.olivier@gmail.com, freebsd-ports@freebsd.org Subject: Re: x11/keybinder + python X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 20:50:53 -0000 Luiz Gustavo S. Costa wrote on 05.10.2011 23:42: > [lgcosta@desktop] /usr/local/share/examples/keybinder> python example.py > Traceback (most recent call last): > File "example.py", line 9, in > import keybinder > File "/usr/local/lib/python2.7/site-packages/keybinder/__init__.py", > line 26, in > from _keybinder import * > ImportError: No module named _keybinder > [lgcosta@desktop] /usr/local/share/examples/keybinder> This is actually libtool issue on 10-CURRENT. I just tried this and it working for me. 1. Deinstall keybinder 2. setenv UNAME_r 9.9-CURRENT 3. cd /usr/ports/x11/keybinder && make install clean After that example.py is working: [rm@smeshariki3 keybinder]> python example.py Press A to handle keybinding and quit Handling Keystring A (user data) -- Regards, Ruslan Tinderboxing kills... the drives.