Imports of the caget and caput submodules now fail with:
File "/cds/home/z/zlentz/github/iocmanager/iocmanager/imgr.py", line 17, in <module>
from psp.caput import caput
File "/cds/group/pcds/pyps/conda/py312/envs/pcds-6.0.1/lib/python3.12/site-packages/psp/caput.py", line 4, in <module>
from options import Options
ModuleNotFoundError: No module named 'options'
It looks like this import of psp.options doesn't work any more
Internally this is used to make the caget.py and caput.py scripts work like the standard caget and caput but different which seems like a strange thing to want to do.
I'm running Python 3.12
I have some old code I'm looking at that used these modules but doesn't really need to so I'm going to stop using them.
Imports of the
cagetandcaputsubmodules now fail with:It looks like this import of
psp.optionsdoesn't work any moreInternally this is used to make the caget.py and caput.py scripts work like the standard
cagetandcaputbut different which seems like a strange thing to want to do.I'm running Python 3.12
I have some old code I'm looking at that used these modules but doesn't really need to so I'm going to stop using them.