HotShowers - 2007-01-15

hi. i'm having trouble running rufus in linux centos 4.4.
here's what i did:

# mkdir /tmp/rufus
# cd /tmp/rufus
# wget http://prdownloads.sourceforge.net/rufus/Rufus_0.6.9_src.zip?download
# unzip Rufus_0.6.9_src.zip
# python -OO rufus.py
Traceback (most recent call last):
  File "rufus.py", line 16, in ?
    import wx
ImportError: No module named wx

what is that 'wx' error?