M.-A. Lemburg wrote: > Changing cPickle.c doesn't help here: the PyImport_ImportModule() > API would have to be made __import__ aware to fix this problem > because a lot of Python code including the core itself uses > this more direct import API. any reason cPickle.c cannot just use PyImport_Import instead of PyImport_ImportModule? </F>