View Full Version : Run python from girder?
yonu
November 2nd, 2015, 09:57 AM
Ok I know that I could trigger a python file to run from a scripting action but is there a way to get what it returns into girder?
Thanks,
Yonu
Ron
November 2nd, 2015, 10:03 AM
use csevent.exe to send data back from your python script to Girder.
yonu
November 2nd, 2015, 10:36 AM
Ok didn't even think of that will play with that
Thanks,
Yonu
Ron
November 2nd, 2015, 02:02 PM
That way you're sticking with an asynchronous model, things works best that way. No blocking in Girder while python does it's thing.
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.