I am trying to get iceme_1.0.0-12_all.deb installed on my Kurobox. When I go to install it, I get the following results:
HTML Code:
KURO-BOX:/# dpkg -i iceme_1.0.0-12_all.deb
(Reading database ... 34842 files and directories currently installed.)
Preparing to replace iceme 1.0.0-12 (using iceme_1.0.0-12_all.deb) ...
Unpacking replacement iceme ...
dpkg: dependency problems prevent configuration of iceme:
 iceme depends on python (>= 2.3); however:
  Package python is not installed.
 iceme depends on python (<< 2.4); however:
  Package python is not installed.
dpkg: error processing iceme (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 iceme
OK...so I need a version of Python installed that is >= 2.3 and < 2.4. However, I believe that I already have that installed..

HTML Code:
KURO-BOX:/# dpkg -s python2.3
Package: python2.3
Status: install ok installed
Priority: standard
Section: python
Installed-Size: 10268
Maintainer: Matthias Klose <doko@debian.org>
Architecture: powerpc
Version: 2.3.5-3sarge2
Replaces: python2.3-xmlbase
Provides: python2.3-xmlbase
Depends: libbz2-1.0, libc6 (>= 2.3.2.ds1-21), libdb4.2, libncurses5 (>= 5.4-1), libreadline4 (>= 4.3-1), libssl0.9.7, zlib1g (>= 1:1.2.1)
Recommends: python2.3-iconvcodec | python2.3-cjkcodecs | python2.3-japanese-codecs, python2.3-iconvcodec | python2.3-cjkcodecs | python2.3-korean-codecs
Suggests: python2.3-doc, python2.3-profiler
Conflicts: python2.3-xmlbase, python2.3-csv, python2.3-dev (<< 2.3.4-15)
Conffiles:
 /etc/python2.3/site.py 8eb9ffc159683a8f12d63c07335b745a
Description: An interactive high-level object-oriented language (version 2.3)
 Version 2.3 of the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
Can anyone tell me what I am doing wrong?

Thanks