From owner-freebsd-questions@freebsd.org Wed Jul 18 20:11:30 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 B1AAA1030E1C for ; Wed, 18 Jul 2018 20:11:30 +0000 (UTC) (envelope-from youvegotmoxie@gmail.com) Received: from mail-oi0-x231.google.com (mail-oi0-x231.google.com [IPv6:2607:f8b0:4003:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 387B98ABF3 for ; Wed, 18 Jul 2018 20:11:30 +0000 (UTC) (envelope-from youvegotmoxie@gmail.com) Received: by mail-oi0-x231.google.com with SMTP id q11-v6so11158735oic.12 for ; Wed, 18 Jul 2018 13:11:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=9pvfdzg253aoG920SL4nqRE4wzR/SjqWkjKQYdyFmSU=; b=Guxca/ueWubypYlDT4MqmTkxw9qQ+im/5vbJySrjheuF2ajMcv6wZQduGMs7ZansbR k3ILNgbSEawKk5pzUZ5gB8LDR6vM1BTcFLiJRdlfFrLDcyP2b7drxickmI3edbqmchVJ 3ssEOua4SVpHCA2Ge4QCLQXGrZxjW8md41gVxcPCDnL3droqOkBacnKa5eEJ59Cg1R7a 82hrE6Q/ITgYZbxdi/Wdlqefz/nmP9pKxCvWJF266/StlSrWucWZN+OyJ3Mifwtw7mUf Rg4PPoUretp8SGd+xaIVMo5kge9o+KEBZQ8uA6ysBHevj6TLbZgXCCsMsiDxreTv9nM4 mnSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=9pvfdzg253aoG920SL4nqRE4wzR/SjqWkjKQYdyFmSU=; b=qoIzk6Zraqkj5ZWV0LnquruY9EcYGfQFMDbnXM97x8yhkeygHWtnnpNgzclTwEGcuW EHmwRL41g5bopPi8rslIJp2PCup7btLiGxg9vIJVqw6lEpSlia9MBmCLJepLR47NiudU OfAN60QdlfhWuOEu7cRp5uZLPe8hZWLwM92L+y1PbBE10IWbTc320wQM/2RcGb2vltai j0/o1WDJd+UoyFhkwQTgPoQ8XvXVXwSCgNxl3RI9wZkwS5QsKco1JsQkmTJvrENZHFpT noP2LvcRRj0Q3UwYsEO61iXFqsz4Mwe1UXSN4WNMkv9brZP/9mqBNa5lnMt+/rnh+e9o 9Yjw== X-Gm-Message-State: AOUpUlF++KNoXTJb+Td6PZmHV5R78d/q7Z4JHcYUNDKhxLhRzs7llohL slyAB6Frf/4eK12f1beN0DBOp+2t X-Google-Smtp-Source: AAOMgpcs0MFlszJgIbaUh0LNGIVgyHmELpJy+qb0QrZ8NSyQGuvIxhyBD0+Zr8lN4lErnI2TfuTKFg== X-Received: by 2002:aca:3c02:: with SMTP id j2-v6mr8319323oia.50.1531944689231; Wed, 18 Jul 2018 13:11:29 -0700 (PDT) Received: from ?IPv6:2601:2c6:4d00:3cc8:ba:8678:306e:1540? ([2601:2c6:4d00:3cc8:ba:8678:306e:1540]) by smtp.gmail.com with ESMTPSA id r133-v6sm3901110oia.33.2018.07.18.13.11.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jul 2018 13:11:28 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: PyQt4 From: Michael Beasley In-Reply-To: <1c332878-c7e3-6a54-820c-eeec4151e8cd@borh.eu> Date: Wed, 18 Jul 2018 15:11:10 -0500 Cc: "freebsd-questions@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <1c332878-c7e3-6a54-820c-eeec4151e8cd@borh.eu> To: Bernt Hansson X-Mailer: Apple Mail (2.3445.6.18) 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: Wed, 18 Jul 2018 20:11:30 -0000 Hello, Have you made sure your Python installation can see the PyQt4 module? >>> help(=E2=80=98modules=E2=80=99); Regards, > On Jul 15, 2018, at 14:01, Bernt Hansson wrote: >=20 > Hello list. >=20 > Trying to get a python script working again but no luck so far. >=20 > This is the error i'm getting >=20 > % python flatcam.py > Traceback (most recent call last): > File "flatcam.py", line 2, in > from PyQt4 import QtGui > ImportError: No module named PyQt4 >=20 > I've installed py-qt4 but no luck. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org"