I am managing folders in below manner.
apps/ nameofapp/ app.py gracenote/ pygn.py
Python wrapper refers pygn.py where Python 3 involvement is required and Python 2.7 is necessary for app.py
How to run a Python remotely for the wrapper?
No comments yet.