- Notifications
You must be signed in to change notification settings - Fork752
Closed
Labels
Description
Environment
- Pythonnet version: 2.3.0.0
- Python version: 2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]
- Operating System: Windows 7
Details
How to use Eval() variarible after RunSimpleString()
Details
PythonEngine initialize very good.
After PythonEngine.RunSimpleString("a=1") code PythonEngine.RunSimpleString("print(a)") printing char "1".
On PythonEngine.Eval this command run this exception "name "a" is not defined".