Is there documentation on what the commands that pyvix can take? I've seen there are some examples in tests directory of pyvix library. Does the patch change the original usage?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not sure that this patch still works, and it has been a long time since I applied the patch. As far as documentation, Vix ships with documentation, and you can look at that to get a rough idea the functions, and how they correlate with the Python counterparts.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It has been nearly a year since I have done development with this API, so I can not say for sure. I thought when I tested my changes that this was one of the tests I performed. I know the VIX API has changed several times in the past several years, and it is completely plausible that you are the first to update the code since the changes have taken place. I am not trying to pass the blame, but it should be noted that the VIX API does change, in case anyone else has any problems. I appreciate the feedback though.
Thanks,
Adam
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
updated patch
Logged In: YES
user_id=1100853
Originator: YES
File Added: pyvix_patch
How do you apply this patch file?
Is there documentation on what the commands that pyvix can take? I've seen there are some examples in tests directory of pyvix library. Does the patch change the original usage?
I am not sure that this patch still works, and it has been a long time since I applied the patch. As far as documentation, Vix ships with documentation, and you can look at that to get a rough idea the functions, and how they correlate with the Python counterparts.
you broke powerOn/powerOff
oh and the fix: change METH_NOARGS to METH_VARARGS for "powerOn" and "powerOff" in vm.c
It has been nearly a year since I have done development with this API, so I can not say for sure. I thought when I tested my changes that this was one of the tests I performed. I know the VIX API has changed several times in the past several years, and it is completely plausible that you are the first to update the code since the changes have taken place. I am not trying to pass the blame, but it should be noted that the VIX API does change, in case anyone else has any problems. I appreciate the feedback though.
Thanks,
Adam