From owner-freebsd-questions@freebsd.org Sun Jul 15 19:01:26 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EB83104B3B0 for ; Sun, 15 Jul 2018 19:01:26 +0000 (UTC) (envelope-from bah@borh.eu) Received: from cpanel.bredband2.com (cpanel.bredband2.com [82.209.169.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07686937F9 for ; Sun, 15 Jul 2018 19:01:24 +0000 (UTC) (envelope-from bah@borh.eu) Received: from 31-208-8-210.cust.bredband2.com ([31.208.8.210]:1961 helo=testbox.borh.eu) by cpanel.bredband2.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1femGl-0004yT-1c for freebsd-questions@freebsd.org; Sun, 15 Jul 2018 21:01:19 +0200 From: Bernt Hansson Subject: PyQt4 To: "freebsd-questions@freebsd.org" Message-ID: <1c332878-c7e3-6a54-820c-eeec4151e8cd@borh.eu> Date: Sun, 15 Jul 2018 21:01:15 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Bredband2-MailScanner-Information: Please contact the ISP for more information X-Bredband2-MailScanner-ID: 1femGl-0004yT-1c X-Bredband2-MailScanner: Found to be clean X-Bredband2-MailScanner-SpamCheck: X-Bredband2-MailScanner-From: bah@borh.eu X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel.bredband2.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - borh.eu X-Get-Message-Sender-Via: cpanel.bredband2.com: authenticated_id: bernt.hansson@bredband2.com X-Authenticated-Sender: cpanel.bredband2.com: bernt.hansson@bredband2.com X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2018 19:01:26 -0000 Hello list. Trying to get a python script working again but no luck so far. This is the error i'm getting % python flatcam.py Traceback (most recent call last):   File "flatcam.py", line 2, in     from PyQt4 import QtGui ImportError: No module named PyQt4 I've installed py-qt4 but no luck.