Skip to content

Regression in latest versions for caget, caput modules #24

@ZLLentz

Description

@ZLLentz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions