Oliver Bleutgen writes: > As I found out, pickling from an external method seems to > be not an option. Why not? Should work! > anybody any ideas? Create a subpackage of "Shared", say "OBleutgen" containing module "Caches" with "trees= {}". In your external method, you import "trees" and use it to cache your trees. Dieter