Skip to content

Module file names #181

@MerlinSmiles

Description

@MerlinSmiles

Within Qcodes we have some files that may conflict with standard libs.
i.e. in the plots folder we have matplotlib and pyqtgraph, in the utils we have threading, in instruments we have visa, and there may be more.
The Issue I see with this is that if I want to add another file that uses the original libraries, I cant import them. I.e. If I make a new plotting thing, I cant import pyqtgraph as it tries to import from the file in the same directory.

ImportError: No module named 'pyqtgraph.multiprocess'; 'pyqtgraph' is not a package

Along with this, I see several base.py files, which can be slightly confusing, it would be nice if they had clear names too.

What do you guys think?
cc @alexcjohnson @giulioungaretti @AdriaanRol

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