ImportError - more detail

McAfee wrote:

5) cd $WXDIR/wxPython
         python setup.py build_ext --inplace --debug UNICODE=1

Did you not do the install step too?

Result:
*/usr/local/lib/python2.4/site-packages/wx-2.6-gtk2-unicode*
    /wx
        /build
        /lib
        /py
        /tools
        - *.py and*.pyc
        - *.so
    /wxPython
        /lib
        /tools
        - *.py and *.pyc

These would only be there if you did an install, so if you didn't do that then these files may be left over from a previous build.

···

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