In the recent updates, it appears that the build process is not installing the PyIndi.py module. I tried to fix this in #53, which works when installing locally, but not when building directly from git.
What is tricky about this is if you already have the module installed, you will not notice the problem since the file already exists. You have to fully uninstall pyindi-client before re-installing to see the failure.
In the recent updates, it appears that the build process is not installing the
PyIndi.pymodule. I tried to fix this in #53, which works when installing locally, but not when building directly from git.What is tricky about this is if you already have the module installed, you will not notice the problem since the file already exists. You have to fully uninstall pyindi-client before re-installing to see the failure.