I was trying to install figleaf (used for code coverage), but this problem got me really stopped:
Output:Code:import cPickle
PyS60 1.4.2 sources contain file cPickle.c in core/Modules folder. It seemed logical that the library would be built-in, but now I don't know what to think. The build file core/core.mmp.in does NOT mention that file at all!ImportError: No Module named cPickle
Did I understand correctly that cPickle is not available in PyS60?
--jouni

Reply With Quote


