Note: Support is also available by emailing support@python-microscopy.org, choose this option if you would like the question and answer to be publicly searchable.
What are you trying to do?
I am trying to use the action manager / spoolcontroller code. I found, to my slight dismay, that the interface code that I used and extensively tested in December (implemented in https://github.com/csoeller/PYME-extra/blob/master/PYMEcs/Acquire/Actions/custom.py) has stopped working.
Similarly, the Queue Actions action manager UI currently has a button to issue a spoolController.StartSpooling command which gives an error since all syntax seems to have changed to the start_spooling etc syntax. I also have trouble to figure out how to use the max_frames setting to start_spooling which gives me
TypeError: start_spooling() got an unexpected keyword argument 'max_frames'
My questions are:
- is the action manager interface in a sane state?
- did I miss that these syntax changes etc were instigated?
- do we have docs that explain things properly?
Where are you stuck?
Explanations see above.
Note: Support is also available by emailing support@python-microscopy.org, choose this option if you would like the question and answer to be publicly searchable.
What are you trying to do?
I am trying to use the action manager / spoolcontroller code. I found, to my slight dismay, that the interface code that I used and extensively tested in December (implemented in https://github.com/csoeller/PYME-extra/blob/master/PYMEcs/Acquire/Actions/custom.py) has stopped working.
Similarly, the
Queue Actionsaction manager UI currently has a button to issue aspoolController.StartSpoolingcommand which gives an error since all syntax seems to have changed to thestart_spoolingetc syntax. I also have trouble to figure out how to use themax_framessetting tostart_spoolingwhich gives meMy questions are:
Where are you stuck?
Explanations see above.