Message from discussion
Help needed on wxPython install
Received: by 10.66.72.42 with SMTP id a10mr5213779pav.34.1352539231746;
Sat, 10 Nov 2012 01:20:31 -0800 (PST)
X-BeenThere: wxpython-users@googlegroups.com
Received: by 10.68.216.6 with SMTP id om6ls19036394pbc.7.gmail; Sat, 10 Nov
2012 01:20:28 -0800 (PST)
Received: by 10.68.251.136 with SMTP id zk8mr3696529pbc.1.1352539228334;
Sat, 10 Nov 2012 01:20:28 -0800 (PST)
Received: by 10.68.251.136 with SMTP id zk8mr3696528pbc.1.1352539228326;
Sat, 10 Nov 2012 01:20:28 -0800 (PST)
Return-Path: <ro...@alldunn.com>
Received: from mail-pb0-f45.google.com (mail-pb0-f45.google.com [209.85.160.45])
by gmr-mx.google.com with ESMTPS id uz6si213142pbc.0.2012.11.10.01.20.28
(version=TLSv1/SSLv3 cipher=OTHER);
Sat, 10 Nov 2012 01:20:28 -0800 (PST)
Received-SPF: neutral (google.com: 209.85.160.45 is neither permitted nor denied by best guess record for domain of ro...@alldunn.com) client-ip=209.85.160.45;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.160.45 is neither permitted nor denied by best guess record for domain of ro...@alldunn.com) smtp.mail=ro...@alldunn.com
Received: by mail-pb0-f45.google.com with SMTP id mc8so727742pbc.32
for <wxpython-users@googlegroups.com>; Sat, 10 Nov 2012 01:20:28 -0800 (PST)
d=google.com; s=20120113;
h=message-id:date:from:user-agent:mime-version:to:subject:references
:in-reply-to:content-type:content-transfer-encoding
:x-gm-message-state;
bh=5N/nuWvCizgwkgvAAnjJTm2T7x1IGOC7b1piY9oUbnY=;
b=UEt1TUvZbL7Tk/FrwZeYI3e1QtxwrYJs6VtL0pLRQGkeMFkDKUS4n6w4mrwRSz4/o0
B6sUSMzh+RHnv87ZI77zApDwKXjs40ntcItdLWZgGaUDxYCcahqaJb2GicBlaVmeMAPH
myCvkRTbi/nIEjOivQTs8GhnF67ud6fGPDQhh3iPb1k9E+cKZU9VB8644FeXwFJzknSa
xXE+K4BF9HGp/gVSef+rzXQ4InCT4t1ASBf+L6Ske+Jq6y39B8/ORBlg4pF6czbKu9W1
WEQjnnBeBCxI5sv4G8fBEEIbBroxTckoURtwG03uOeWg71dgig49keqSmi1PVX+2bVe5
XzQw==
Received: by 10.68.138.229 with SMTP id qt5mr40317266pbb.122.1352539228109;
Sat, 10 Nov 2012 01:20:28 -0800 (PST)
Return-Path: <ro...@alldunn.com>
Received: from havok.alldunn2.com (c-98-246-90-205.hsd1.wa.comcast.net. [98.246.90.205])
by mx.google.com with ESMTPS id ak10sm706201pbd.24.2012.11.10.01.20.26
(version=SSLv3 cipher=OTHER);
Sat, 10 Nov 2012 01:20:26 -0800 (PST)
Message-ID: <509E1C59.20...@alldunn.com>
Date: Sat, 10 Nov 2012 01:20:25 -0800
From: Robin Dunn <ro...@alldunn.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20121026 Thunderbird/16.0.2
MIME-Version: 1.0
To: wxpython-users@googlegroups.com
Subject: Re: [wxPython-users] Help needed on wxPython install
References: <1bca8312-9ba5-4b94-b865-c2fb3707e052@googlegroups.com> <CALGmxE+V4yNGKk5AOrR7PKSvskfKPKq-4XNZD8dDN1dWaJi...@mail.gmail.com> <b6081dd2-22d3-403f-b898-5f55f51fb5e1@googlegroups.com>
In-Reply-To: <b6081dd2-22d3-403f-b898-5f55f51fb5e1@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Gm-Message-State: ALoCoQl/+BBPPy2AwUjSb+D3RgvN7wZst729pJwBpYQziYFAqqWSw1D8Y2DmIX55rZjc1j2vUslB
On 11/9/12 2:54 PM, Andrew Ratcliffe wrote:
> Thanks for the reply
>
> I did try that but I couldn't find it Precise Pangolin or on Centos 6.3.
> I tried adding the Natty version to xubuntu and this seems to work
> partially but 'import wx' complains of a missing wx core??
> It's very difficult as there does not seem to be a list of required
> components to follow anywhere.
>
On Ubuntu run this:
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n
That should give you wxPython 2.8.12.1 and its dependencies, and it also
looks like that is the version that iSilk says that it requires.
--
Robin Dunn
Software Craftsman
http://wxPython.org