From owner-freebsd-questions@FreeBSD.ORG Tue Oct 10 01:03:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E022F16A4D2 for ; Tue, 10 Oct 2006 01:03:47 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88306.mail.re4.yahoo.com (web88306.mail.re4.yahoo.com [216.39.53.229]) by mx1.FreeBSD.org (Postfix) with SMTP id 6972D43D6D for ; Tue, 10 Oct 2006 01:03:40 +0000 (GMT) (envelope-from msherman77@yahoo.com) Received: (qmail 27254 invoked by uid 60001); 10 Oct 2006 01:03:40 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=QXTRzZSTIuLUBC2jg5n4B4aYNqyLw0z1V+geuU49/ik6BPGZbNPwIZ9jTEcr1NqMhvqGk/o8JbC7yS0hz+vmYk3JAfGGTWfSb6MSYUB1SVV/u4Cgv9mVX/cR1usmvp7BiutpAbXsKNhKycVuaEavcHEhT7zLL4Uhsb7/vGlsFao= ; Message-ID: <20061010010340.27252.qmail@web88306.mail.re4.yahoo.com> Received: from [74.107.243.52] by web88306.mail.re4.yahoo.com via HTTP; Mon, 09 Oct 2006 21:03:40 EDT Date: Mon, 9 Oct 2006 21:03:40 -0400 (EDT) From: Michael S To: rodperson@adelphia.net, FreeBSD Questions In-Reply-To: <1160437365.930.3.camel@atomizer.opensourcebeef.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: wxGlade error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2006 01:03:48 -0000 Have you just installed wxPython? Maybe you need to execute the rehash command? What if you try running python from the command line, and try importing the package from within the interpreter, i.e. typing "from wxPython.wx import *"? Does it load the module? --- Rod Person wrote: > When I try to run wxGlade on FreeBSD 7 Current I get > the following > error: > > Traceback (most recent call last): > File > "/usr/local/lib/python2.4/site-packages/wxglade/wxglade.py", > line > 148, in ? > run_main() > File > "/usr/local/lib/python2.4/site-packages/wxglade/wxglade.py", > line > 135, in run_main > import main > File > "/usr/local/lib/python2.4/site-packages/wxglade/main.py", > line 9, > in ? > from wxPython.wx import * > ImportError: No module named wxPython.wx > > wxPython is installed via the ports. Anyone have any > ideas on how to > correct this?? > > -- > Rod > > "it takes an unusual mind to see the obvious." > - Alfred Whitehead >