Re: [GRASS-dev] Catching an issue from external binary using grass Python Script

2011-07-28 Thread Jenny Turner
You are absolutely right. I made a mistake. I meant p=subprocess.call() If you use subprocess.call(), the return value is the return code of > the child process. > > But In this case I obtain this in Command Output window: >* This application has requested the Runtime to terminate it*>* in an unu

[GRASS-dev] Catching an issue from external binary using grass Python Script

2011-07-27 Thread Jenny Turner
Greetings I have a Grass Python script that calls an external binary using subprocess like: p=subprocess(). Due to some limitations (memory) sometimes i get this copied into Command Output: This application has requested the Runtime to terminate it in an unusual way. Please contact the application

[GRASS-dev] Compiling and running a module in winGRASS- not running in Win7 but yes in XP

2011-04-06 Thread Jenny Turner
unusual way. Please contact the application's support team for more information. HAs anyone an idea of what might be happening? Thanks Jenny [GRASS]- Running a module in Win7 and XP Reply Jenny Turner to hellik show details 1:24 AM (9 hours ago) Greetings I have built a module, with a shared .dll