[Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-20 Thread Joe Eagar
[I'm re-sending this message cause it might've gotten lost; sorry if it ends up posting twice] Hi I'm getting extremely odd behavior. First of all, why isn't PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's python integration (it embeds python, as opposed to python embedding

[Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-20 Thread Joe Eagar
Hi I'm getting extremely odd behavior. First of all, why isn't PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's python integration (it embeds python, as opposed to python embedding it). I have a function that executes a string buffer of python code, fetches a function f

[Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-20 Thread Joe Eagar
[I'm re-sending this message cause it might've gotten lost; sorry if it ends up posting twice] Hi I'm getting extremely odd behavior. First of all, why isn't PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's python integration (it embeds python, as opposed to python embedding

Re: [Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-13 Thread Joe Eagar
Joe Eagar wrote: > Hi I'm getting extremely odd behavior. First of all, why isn't > PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's > python integration (it embeds python, as opposed to python embedding > it). I have a function that execute

[Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-13 Thread Joe Eagar
Hi I'm getting extremely odd behavior. First of all, why isn't PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's python integration (it embeds python, as opposed to python embedding it). I have a function that executes a string buffer of python code, fetches a function from

[Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-13 Thread Joe Eagar
Hi I'm getting extremely odd behavior. First of all, why isn't PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's python integration (it embeds python, as opposed to python embedding it). I have a function that executes a string buffer of python code, fetches a function from