ImportError with from saqc import SaQC
This issue probably goes into the same direction as my comment in #111 (closed). I found a code snippet suggesting to do
from saqc import SaQC, SimpleFlagger
which raises an ImportError
with the current version 1.3.0 published on PyPI. But I'm not sure on that one, I haven't tried the current develop branch, although it's still __version__ = '1.3.0'
there.
Now that I'm checking, I can't remember where I found the code snippet for the import statement. Referring once again to my comment in #111 (closed), it would be great if you could give a hint on how to get started using the Python API. I don't really want to check the code just to find out what to import.
Edited by Lennart Schüler