Re: Using a dictionary to pass data to/from embedded python functions

2006-08-12 Thread wardm
Thanks again for your help, I agree, it seems I need to read a good book on Python. One last question, will Python allow me to add new items to InterfaceModule.VarDictionary from the Python functions I call ? "Alex Martelli" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PR

Re: Using a dictionary to pass data to/from embedded python functions

2006-08-12 Thread wardm
arDictionary " is in the Dir, every time I try to use the "VarDictionary" the program fails. Am I doing something wrong when I try and reference "VarDictionary" in Python ? I need to be able to get/set entries in VarDictionary from the Python function. "Alex Martell

Using a dictionary to pass data to/from embedded python functions

2006-08-11 Thread wardm
I have created a Dict object in a C++ App that calls (embedded) Python functions. The Dict is to be used to pass variable data between the C++ App and the python functions. However I cannot get the Python functions to 'see' the Dict created in the C++ App. The C++ app creates the Dict using th