wxpython problem

ecstuchi wrote:

Hello, I'm using Mandrake 9.2 with Python 2.3.1 and
wxPythonGTK-py2.3-2.4.2.4-1. My wxPython isn't working, python

can't

import wxPython, so Boa Constructor doesn't work too.
Does anybody can help me making these programs work?
When I call Boa the console says:

ols/boa-constructor-0.2.3/Boa.py
Starting Boa Constructor v0.2.3
importing wxPython
Traceback (most recent call last):
  File

"/usr/lib/python2.3/site-packages/wxPython/tools/boa-constructor-0.2.3/Boa.py",

line 179, in ?
    from wxPython import wx
ImportError: No module named wxPython

It's a little bit urgent it and I please who can help me.
Thank's!

Ensure that /usr/lib/python2.3/site-packages/wxPython/__init__.py
exists.

···

Subject: Re: wxpython problem
From: Robin Dunn
Date: Tue, 02 Mar 2004 10:47:54 -0800

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

There isn't this file. Can you give me instructions to make it work
or install correctly?