error importing threading
2006-04-30
this problem can be solved by unistalling the python-core ipkg and installing the python, which includes all the standard packages for python distribution
remember to always isntall at least one python interpreter (ie. python-core or python) with gtk support (pygtk ipkg) because several gui application are using it (cpuoverclock.py, ...)
some notes:
1. python ipkg itself requires more than cca 16M of free space, the download size is cca 5M
2. there are problems when installing python and than pygtk -- the pygtk depends on python-core instead of python or python-core, so installing pygtk installs also python-core and dependencies, which results in ovewriting some of python files (well, the overwriting does not really matter -- the python is superset of python-core, but it leaves things in somewhat strange state)
3. my recommandation is just to install python and than by hand install pygtk -- pygtk actually installs only modules (files) under <root>/usr/lib/python2.4/site-packages; is is perfectly safe to extract the files there