Not all of the public functions of the imp module appear to be documented (in section 3.21, Python version 2.2). get_frozen_object load_package PY_CODERESOURCE are not documented. Also, the documentation for load_module() can be a bit confusing, partially due to inconsistent use of the word pairs 'tuple' / 'triple' and 'pathname' / 'filename'. (I did not need the abovementioned public functions, but while struggling with this module I noticed them and wondered if the documentation was outdated, or whether they held the key to my success.)
Logged In: YES user_id=80475 I believe both functions are obsolete and are subsumed by load_module() and find_module(). I don't know about Py_CODERESOURCE (it is MacIntosh specific). Referring to jvr for disposition on the first two and then to Jack for the third.