I was looking at running Wah!Cade (MAME frontend) on pdaXrom, and I found that pygtk2 was required, which in turn needed a newer version of Python to compile.
So I've now got a full build of Python 2.5, and have to meet the next dependency, pygobject >=2.5.1 (or something linke that...).
I built pygobject and installed it, but the system still sees the older version, which I cannot determine an IPK for.
It seems that Python has been broken into -base -xml -net -....
So my question is this:
Does my Python 2.5 IPK contain evrything these other packages have, or are Python-Base and Python, separate packages?
My gut tells me that there will bw all kinds of hell to pay when I remove all those Python-partial packages.