Click here to Skip to main content
15,888,610 members

Comments by ashu2188 (Top 27 by date)

ashu2188 22-Apr-16 1:15am View    
Thanks @CPallini. I used it and feel I am getting some success. I am stuck at how do I figure out if subprocess is still running or not? I noticed Subprocess always returns 'None' as returncode even though it has finished. Any idea?
ashu2188 23-Jul-13 2:07am View    
Hi,

I tried going through that article. I wrote this code.


pyEngine = Python.CreateEngine();
pyScope = pyEngine.CreateScope();
pyScope.SetVariable("Argument", "Ashutosh");

object _ans = pyEngine.ExecuteFile("test.py",pyScope);

I am still not getting the desired output.

I feel I am wrong somewhere in python code. I am still searching for any sample example. Python is new for me.


Thanks,
ashu2188 7-May-11 12:04pm View    
i have already tried that second link and added the class...it works fine with the website but not for web application
ashu2188 10-Apr-11 8:10am View    
thanx a lot...it worked...!! :)

final formula was : Replace (cstr({Field Name},0,''),',' ,'')
ashu2188 10-Apr-11 6:24am View    
as i posted earlier that the problem of separator has been solved but i am still getting the decimal in the field which i don't want..