From owner-freebsd-questions@freebsd.org Sun Jul 15 12:08:19 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 26B88103C84D for ; Sun, 15 Jul 2018 12:08:19 +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 AEDD9859C5 for ; Sun, 15 Jul 2018 12:08:18 +0000 (UTC) (envelope-from bah@borh.eu) Received: from ua-85-227-89-234.bbcust.telenor.se ([85.227.89.234]:40779 helo=testbox.borh.eu) by cpanel.bredband2.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fefou-0006hj-Rm for freebsd-questions@freebsd.org; Sun, 15 Jul 2018 14:08:08 +0200 To: "freebsd-questions@freebsd.org" From: Bernt Hansson Subject: PyQt4 Message-ID: Date: Sun, 15 Jul 2018 14:08:05 +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-Transfer-Encoding: 8bit Content-Language: en-US X-Bredband2-MailScanner-Information: Please contact the ISP for more information X-Bredband2-MailScanner-ID: 1fefou-0006hj-Rm 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 12:08:19 -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. Where do i find qtgui and pyqt4?