Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E743E781D88 for <~alpine/users@lists.alpinelinux.org>; Fri, 5 Jun 2020 00:48:57 +0000 (UTC) Received: by mail-qt1-f176.google.com with SMTP id w90so7066903qtd.8 for <~alpine/users@lists.alpinelinux.org>; Thu, 04 Jun 2020 17:48:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=loLuJ6KUmZrpQ4gFPyiRzBrKgfgTLbiiG5X2PFGgYBQ=; b=I7aHNsqbJzRQ4amOqgPVG8To5JN+oTWGrYJJPccPY54wYzMJbJLDerJMA34L7x+QUc tMhlrQ2HfNepgVtQMlWsOIBabxsN+2wKNVKLto+SmZtya/up6zt2ZIMh+MDcdsiEb0Z/ l89xJTsh3M+HpoB6KecJP+st+gDQcZNNy5CZw/hjo/tvMN1pcF7PmxVJq6Ush/Yz4XD0 7EtC1neinYVqys8PjyYiJ6/ztQxuEPWMLaJUSvdojJzE8EY8+y2pVsiVq70nnxhav7fL ASfvd3sBs1xmUH1GHTZAqPF9jmMYqbWvBFyEEsUO6ltgtSF3h1EXi9GyIUdaQdQi0OPj DnzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=loLuJ6KUmZrpQ4gFPyiRzBrKgfgTLbiiG5X2PFGgYBQ=; b=SvIDmQBiOy1YvZMTqmi8roxNqxvAQCFrBhCpzEACfjHpZryGt/TDpjXZo1/5mc8F8h l4HqqKGB6tBGzmDQMUvds6e25Z+kV8hQG+MSDzAjGbUokwNot3nYlM3fElVuscM3S5xT Co7SVBZyyI+fI0H1/Y3CucT0PAUkhS/IYQ5mybAw7OIcnyygABCNv8pqvOfLyAq3uI2A +6rX7vpBNcLlUGdWTuITjCFD2KTtrlJ8aPrl0vF/IZQRF95oMdt720PaZMS0hllLTjam emk4tXzzdIfNkvlVkie2Kw3WfoNug53/frdOjzCHSfiYtmNTp4B3u3uQ3AS+U9VMTjFW dKpg== X-Gm-Message-State: AOAM5319zrbl3q9LJMS+7K2an/neiOQMauitFQHodzbri2pcsBLFVKce c+jrjtva5jWDmFUjr0maU7+qLdNu X-Google-Smtp-Source: ABdhPJyVcQFVdHXJ4psxXqJxoLjjDkPEnAWQe7AIYWHOEG23sud3U+jZHzKN6jn3tnEDKkO7oPKt1g== X-Received: by 2002:a05:620a:200d:: with SMTP id c13mr7301387qka.47.1591318136329; Thu, 04 Jun 2020 17:48:56 -0700 (PDT) Received: from enterprise ([2804:431:cfcc:5935:bc13:ee5d:fe3:8a80]) by smtp.gmail.com with ESMTPSA id x4sm6545374qtj.43.2020.06.04.17.48.55 for <~alpine/users@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Jun 2020 17:48:56 -0700 (PDT) Date: Thu, 4 Jun 2020 21:48:50 -0300 From: Leo To: ~alpine/users@lists.alpinelinux.org Subject: Re: Trelby can't find wx module Message-ID: <20200604214850.575c66d7@enterprise> In-Reply-To: <20200604173639.192b8f06a2eeb5536660bfed@gmail.com> References: <20200604173639.192b8f06a2eeb5536660bfed@gmail.com> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 4 Jun 2020 17:36:39 -0700 amc252 wrote: > Hello, > I'm trying to run Trelby on Alpine. I have installed Trelby > dependencies: python, wxgtk (which should rpovide wxwidgets, > py3-wxpython, and py3-lxml. However, when I run Trelby from the > terminal, I get the following error: alpine:~$ trelby Traceback (most > recent call last): File "/usr/bin/trelby", line 8, in > import trelby > File "/usr/share/trelby//src/trelby.py", line 4, in > import autocompletiondlg > File "/usr/share/trelby//src/autocompletiondlg.py", line 1, in > import gutil > File "/usr/share/trelby//src/gutil.py", line 2, in > import misc > File "/usr/share/trelby//src/misc.py", line 5, in > import util > File "/usr/share/trelby//src/util.py", line 20, in > import wx > ImportError: No module named wx > > I wonder if there is any difference between wxgtk and wxwidgetsor > what else might be the issue. > > Hello I found no trelby package in Alpine Linux, but the error happens because py3-wxpython package is not installed. Regards Leo