Angstrom, python Idle and the BBB?

Hi,
Does anyone have Idle working on Angstrom on a BBB?

I get:

beaglebone:~# uname -a
Linux beaglebone 3.8.13 #1 SMP Mon May 27 18:04:20 CEST 2013 armv7l GNU/Linux
beaglebone:~#
beaglebone:~# python
Python 2.7.3 (default, May 20 2013, 12:03:28)
[GCC 4.7.3 20130205 (prerelease)] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.

exit()
beaglebone:~# opkg list python-idle
python-idle - 2.7.3-r0.3.6 - python version 2.7.3-r0.3
Python Integrated Development Environment
beaglebone:~# opkg list python-tkinter
python-tkinter - 2.7.3-r0.3.6 - python version 2.7.3-r0.3
Python Tcl/Tk Bindings
beaglebone:~# idle
** IDLE can’t import Tkinter. Your Python may not be configured for Tk. **
beaglebone:~#

Googleing indicated that this can be caused by tkinter and pyhton being different versions - but the above says their versions are the same.

What to check next?

Dave

I have had exatly the same problem.
I installed Python using:
opkg update && opkg install python-pip python-setuptools python-smbus

Also checked versions and they all match?
Any solutions?

Another plea for help with the same exact issue :frowning:

Same problem here :frowning:

I have same problem

Dne čtvrtek, 6. června 2013 2:30:15 UTC+2 DaveCVI napsal(a):

I have the same problem here.

Does anyone have a solution?