installing wxPython BBB (beaglebone black)

Has anyone had any luck install wxPython on the Beaglebone Black? I have tried and gotten as far as getting wxGTK installed as per this tutorial “How to Install wxPython.” I have been having a problem with the portion:
python setup.py build

It attempts to build but I am getting this error.

`

building ‘core’ extension
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -D__SOFTFP__ -fno-strict-aliasing -O2 -pipe -g -feliminate-unused-debug-types -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -Iinclude -Isrc -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/python2.7 -c src/helpers.cpp -o build-gtk2.unicode/temp.linux-armv7l-2.7/src/helpers.o -O3 -pthread
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from src/helpers.cpp:16:0:
include/wx/wxPython/wxPython_int.h:19:19: fatal error: wx/wx.h: No such file or directory
compilation terminated.
error: command ‘arm-angstrom-linux-gnueabi-gcc’ failed with exit status 1

`
Has anyone had any success install wxPython or has anyone run into a situation like this. Thanks.

Adafruit have a tutorial at:
http://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/installation

This installs python as part of the adafruit Python GPIO install.
It all seems to work for Python
but something goes wrong, because when I try and start IDLE I get:

** IDLE can’t import Tkinter. Your Python may not be configured for Tk. **

Python 2.7 seems OK

Any further help on this would be appreciated,
Max

same problem here :frowning:

Anyone knows how to fix this and use TK?