#1
|
|||
|
|||
github commit directly from vizard script
Hi,
In our work, we want to be able to commit to a github repo the updates to our data file(s), as and when that happens, while the vizard script is running for our study. We explored running a separate windows powershell script, which will monitor changes to data files, and also commit to the github repo. But it increases the overhead for our study coordinator. To keep things more organized and clean, it would be better to be able to integrate that powershell script within our vizard script, so that we can monitor and commit the changes to our datafile(s) directly to github from the vizard script itself. We searched on vizard forum but couldn't find any prior work along these lines. Any pointers or advice on how to achieve this? Thanks, -Bireswar |
#2
|
|||
|
|||
Hi,
A quick update: google searches revealed some ways to invoke a powershell script from python script (https://stackoverflow.com/questions/...-print-the-pow, https://stackoverflow.com/questions/...-python-script), which we are going to try - will update here what we find, if we get a solution. -Bireswar |
#3
|
|||
|
|||
I don't know which features of the Vizard IDE you are using. Anyway, I did setup PyCharm to start my scripts in Vizard and I can use its git integration.
I even set up its python external documentation to search for a vizard command in the documentation, if I need to. I just don't know how to setup debugging. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
starting Vizard from a Python script | hotspur1 | Vizard | 12 | 06-12-2019 12:03 PM |
Blank screen on external monitor when running a Vizard script with Oculus DK2 | mstan | Vizard | 4 | 09-03-2015 05:58 AM |
Vizard 4 Beta Testing | farshizzo | Announcements | 0 | 02-01-2011 10:46 AM |
Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 11:13 AM |
Passing arguments to vizard script | hotspur1 | Vizard | 7 | 05-02-2003 02:03 PM |