kmkz89 at gmail.com wrote: > You could possibly pickle an object and send it, but that could be a > bit messy... > pickle it (or shelve?) and then pass the pickle/shleve filename to the other process as a command line parameter? Not sure if this would work or not, but that's where I would start. -Don