X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=FBs94PofE4BCjXM+if8YzvaJYmr/P 2dJiMtbddVT7SX5k9yfVsFzM2RnymxW3UqDr6etWito8dvqDFboU2/Bprv2kEXLU uQc8Dj6ks8d0KZ4eWRgpHnZc7FKiW2uVcuG9p7+cQRtjwt1T3dLNSQmPJzhorDEI /ofoyctWEatmVo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=F4P/De7ktEDLxaewZc4eLTv4iLg=; b=r7W e2bkwEme3+KfDeRYlx69Pdjq8VCo6nG95L5Nq7MppBRSvFmImkPlxzs8ofGVGdM2 CuB+0Ki1B0BMkYymh+SyuHE4pTbuaJaj9J2VVx23jpmMIorhPesUI5X2oZxDE9IS FNP1k+yfv51UQWHbjy8V+7D3n6omlTJ0MayBi2gQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-wm1-f52.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=0eqIEgaJYFbHd4/eu6B6c4to92zVW1Fyhiq/9Z9WPB0=; b=GFFqt9YIl3056H7BHOcCa/NGlCOiUsfNk+iBojE+GVQOMExJIpJKmvW06O58Y8GdiX OkKuy2wt7+B2pDiynnD1XuXNItK2QBbbk6m+3S6Nc6fO69bh44LX3iVX1EJnY79wWNll ZPyQGSBMGNOV9B3iBCdtcTaUltmxUF6Fu1bu011Jj919VIcA1KsqUG/wL3Qajy39i9oI J0rfNtokuUPp6VeaiLp3pJJnMs/4HgrVW3pzbLm7b7WwYlLWo6L8MoFUuauVAltX1Ei8 KD0tLVXSK9/F3xxdMklzVgvo7YMv/3uKzmAmJAH+r1Q8hPldYkiRGJO/4nPG3xtgpBR7 2urw== MIME-Version: 1.0 From: Massimiliano Alvioli Date: Thu, 9 Jan 2020 09:31:19 +0100 Message-ID: Subject: Problem with pyhton3 + wx To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Hi all, my question is related to use of GRASS GIS + cygwin + python3 +wx. I compiled the latest version of GRASS GIS https://grass.osgeo.org/grass78/source/grass-7.8.2.tar.gz in cygwin. The major change with respect to the previous versions (which worked fine) is the switch from python2 to python3. The code builds OK, but then I start the GUI I get an "ERROR: wxGUI requires wxPython. No module named 'wx'" error message. The packages related to wx in my cygwin installations are the following: libxw-baseu2.8_0 libxw-baseu3.0_0 libwx_gtk2u2.8-devel libwx_gtk2u2.8_0 libwx_gtk2u3.0_0 libwx_gtk3u3.0_0 python-wx2.8 python2-wx python2-wxversion and GRASS GIS configure requires to specify a wx-config, which I set up as follows: /usr/bin/wx-config -> /usr/lib/wx/config/gtk2-unicode-release-2.8 Does anyone have a clue about how (IF) I can get the GUI working? I guess there is no hope, since no python3-wx is listed in the package selection tool. Massi -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple