Re: help running python in a limited interpreted environment

2004-12-03 Thread Nick Coghlan
Mike wrote: AttributeError: 'module' object has no attribute 'xxx' We know the calling script finds the necessary modules, and the attribute clearly appears in the module's .py file. Can anyone tell me what the problem is or if what we're trying to do is not possible? Is there something in additio

help running python in a limited interpreted environment

2004-12-02 Thread Mike
We have a large c++ program that runs under Windows NT Embedded to control an instrument. That program has been written to run external python scripts. The computer where this code runs does not and cannot have a full python installation. It ONLY has the pythonNN.dll file that comes with a full