hmenyus/node-calls-python

How to reload a modified python script?

Closed this issue · 2 comments

skang commented

I love this library in its capability of running multiple python scripts with a shared process. But when I modify the python script, "py,import" does not seem to run the modified version of python script. In testing phase of a project, this functionality is desperately needed. I wonder if there is any way to get around this issue? Thanks

skang commented

I know it's a problem that we can resolve in python. But it would be great if some sugar could be added to the "node-calls-python" library to make it happen :)