> Is there ANY way to import release versions of extension > modules (XX.pyd) in a debug > environment? Not really. The easiest way is to rebuild some of the release extensions with debugging information. These rebuilt extensions can then be debugged in an otherwise release version of Python. Mark